Skip to content

Commit

Permalink
Fix translation error
Browse files Browse the repository at this point in the history
InvoiceProForma translation is available in bills.lang
  • Loading branch information
dolibarr95 committed Oct 11, 2017
1 parent d404d8b commit 1b3f746
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 1b3f746

Please sign in to comment.