mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
fix typo
This commit is contained in:
@@ -771,7 +771,7 @@ class pdf_standard extends ModeleExpenseReport
|
||||
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("IBAN")." : ".$outputlangs->convToOutputCharset($account->iban), 0, 'L');
|
||||
$posy+=5;
|
||||
$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) {
|
||||
|
||||
Reference in New Issue
Block a user