fix typo
This commit is contained in:
parent
a90d01da38
commit
c595dca5e7
@ -771,7 +771,7 @@ class pdf_standard extends ModeleExpenseReport
|
|||||||
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("IBAN")." : ".$outputlangs->convToOutputCharset($account->iban), 0, 'L');
|
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("IBAN")." : ".$outputlangs->convToOutputCharset($account->iban), 0, 'L');
|
||||||
$posy+=5;
|
$posy+=5;
|
||||||
$pdf->SetXY($posx+2, $posy);
|
$pdf->SetXY($posx+2, $posy);
|
||||||
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("DateCreation")." : ".dol_print_date($object->date_create, "day", false, $outputlangs), 0, 'L');
|
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("DateCreation")." : ".dol_print_date($object->date_create, "day", false, $outputlangs), 0, 'L');
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($object->fk_statut==99) {
|
if ($object->fk_statut==99) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user