diff --git a/htdocs/accountancy/customer/card.php b/htdocs/accountancy/customer/card.php index d3d6ff8a945..81fbea30baa 100644 --- a/htdocs/accountancy/customer/card.php +++ b/htdocs/accountancy/customer/card.php @@ -108,8 +108,7 @@ if (! empty($id)) { print ''; print ''; - $linkback=''.$langs->trans("Back").''; - print_fiche_titre($langs->trans('CustomersVentilation'),$linkback,'title_setup'); + print_fiche_titre($langs->trans('CustomersVentilation'),'','title_setup'); dol_fiche_head(); diff --git a/htdocs/accountancy/supplier/card.php b/htdocs/accountancy/supplier/card.php index 42837680428..c293418b669 100644 --- a/htdocs/accountancy/supplier/card.php +++ b/htdocs/accountancy/supplier/card.php @@ -107,12 +107,11 @@ if (! empty($id)) { print ''; print ''; - $linkback=''.$langs->trans("Back").''; - print_fiche_titre($langs->trans('SuppliersVentilation'),$linkback,'title_setup'); + print_fiche_titre($langs->trans('SuppliersVentilation'),'','title_setup'); dol_fiche_head(); - print '
| ' . $langs->trans("BillsSuppliers") . ' | '; @@ -121,7 +120,7 @@ if (! empty($id)) { print '' . $facturefournisseur_static->getNomUrl(1) . ' | '; print '
| Ligne | '; + print '|
| ' . $langs->trans("Line") . ' | '; print '' . stripslashes(nl2br($objp->description)) . ' |
| ' . $langs->trans("ProductLabel") . ' | '; print '' . dol_trunc($objp->product_label, 24) . ' | ';