Fiw trans
This commit is contained in:
parent
6aa2ceac1a
commit
c5490e22d1
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user