Skip to content

Commit

Permalink
More output
Browse files Browse the repository at this point in the history
  • Loading branch information
mwelters committed Mar 8, 2019
2 parents 1bf99b8 + fac99cc commit 41c21b8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -769,10 +769,10 @@ private function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("AUTHOR")." : ".dolGetFirstLastname($userfee->firstname, $userfee->lastname), 0, 'L');
$posy+=5;
$pdf->SetXY($posx+2, $posy);
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("Bank")." : ".$outputlangs->convToOutputCharset($account->bank), 0, 'L');
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("Bank")." : ".$account->bank, 0, 'L');
$posy+=5;
$pdf->SetXY($posx+2, $posy);
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("IBAN")." : ".$outputlangs->convToOutputCharset($account->iban), 0, 'L');
$pdf->MultiCell(96, 4, $outputlangs->transnoentities("IBAN")." : ".$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');
Expand Down

0 comments on commit 41c21b8

Please sign in to comment.