Look and feel v13

This commit is contained in:
Laurent Destailleur
2020-09-11 13:14:14 +02:00
parent 7e989c8902
commit 64b28020c8
15 changed files with 56 additions and 44 deletions

View File

@@ -3605,7 +3605,7 @@ class Commande extends CommonOrder
$label = '';
if ($user->rights->commande->lire) {
$label = '<u>'.$langs->trans("Order").'</u>';
$label = img_picto('', $this->picto).' <u>'.$langs->trans("Order").'</u>';
$label .= '<br><b>'.$langs->trans('Ref').':</b> '.$this->ref;
$label .= '<br><b>'.$langs->trans('RefCustomer').':</b> '.($this->ref_customer ? $this->ref_customer : $this->ref_client);
if (!empty($this->total_ht)) {