Fix trans

This commit is contained in:
Laurent Destailleur 2020-07-05 23:18:19 +02:00
parent 8df431f525
commit 9cd8c3738f

View File

@ -1349,7 +1349,7 @@ class FactureRec extends CommonInvoice
$result = '';
$label = '<u>'.$langs->trans("ShowInvoice").'</u>';
$label = '<u>'.$langs->trans("RepeatableInvoice").'</u>';
if (!empty($this->ref)) {
$label .= '<br><b>'.$langs->trans('Ref').':</b> '.$this->ref;
}