Fiw trans

This commit is contained in:
Laurent Destailleur 2019-10-22 02:58:55 +02:00
parent 6aa2ceac1a
commit c5490e22d1
2 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ NoContractedProducts=No products/services contracted
NoRecordedContracts=No recorded contracts
NoRecordedInterventions=No recorded interventions
BoxLatestSupplierOrders=Latest purchase orders
BoxLatestSupplierOrdersAwaitingReception=Latest Purchase Orders (with a pending reception)
NoSupplierOrder=No recorded purchase order
BoxCustomersInvoicesPerMonth=Customer Invoices per month
BoxSuppliersInvoicesPerMonth=Vendor Invoices per month

View File

@ -475,7 +475,7 @@ class Mo extends CommonObject
$result = '';
$label = '<u>' . $langs->trans("Mo") . '</u>';
$label = '<u>' . $langs->trans("MO") . '</u>';
$label.= '<br>';
$label.= '<b>' . $langs->trans('Ref') . ':</b> ' . $this->ref;