a
This commit is contained in:
@@ -41,19 +41,12 @@
|
||||
elseif($codeTypeFacture=="SEA")
|
||||
{
|
||||
$numeroBon = $this->nettoyer($facture['numeroBonKine']);
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
<tr valign="top">
|
||||
|
||||
<td align='center'> <?= $codeTypeFacture ?> </td>
|
||||
<td align='center'> <?= $numeroBon ?> </td>
|
||||
|
||||
<td align='center'>
|
||||
<input style='font-size:7pt;' type="button" value="<?= $idFacture ?>"
|
||||
onClick="javascript:consulter_facture_pop('<?= $idFacture ?>');">
|
||||
</td>
|
||||
|
||||
<td align='center'> <?= $idFacture ?> </td>
|
||||
<td align='center'><?= dateheureLang($this->nettoyer($facture['dateSysteme'])) ?></td>
|
||||
<td><?= $this->nettoyer($facture['prestataire']) ?></td>
|
||||
<td><?= $this->nettoyer($facture['beneficiaire']) ?></td>
|
||||
|
||||
Reference in New Issue
Block a user