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