Fix trans
This commit is contained in:
parent
8df431f525
commit
9cd8c3738f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user