Skip to content

Commit

Permalink
Merge pull request #7614 from dolibarr95/patch-25
Browse files Browse the repository at this point in the history
Fix : translation error
  • Loading branch information
eldy committed Oct 11, 2017
2 parents 2759e25 + 1b3f746 commit f23a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/facture/doc/pdf_crabe.modules.php
Expand Up @@ -1566,7 +1566,7 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
if ($object->type == 1) $title=$outputlangs->transnoentities("InvoiceReplacement");
if ($object->type == 2) $title=$outputlangs->transnoentities("InvoiceAvoir");
if ($object->type == 3) $title=$outputlangs->transnoentities("InvoiceDeposit");
if ($object->type == 4) $title=$outputlangs->transnoentities("InvoiceProFormat");
if ($object->type == 4) $title=$outputlangs->transnoentities("InvoiceProForma");
if ($this->situationinvoice) $title=$outputlangs->transnoentities("InvoiceSituation");
$pdf->MultiCell($w, 3, $title, '', 'R');

Expand Down

0 comments on commit f23a82b

Please sign in to comment.