Update list.php
$title = $langs->trans('Supplier')." - ".$langs->trans('ProductsAndServices');
This commit is contained in:
parent
ea21e1dbfb
commit
a97efdbdfa
@ -121,7 +121,7 @@ $form = new Form($db);
|
||||
$productstatic = new Product($db);
|
||||
$companystatic = new Societe($db);
|
||||
|
||||
$title = $langs->trans("ProductsAndServices");
|
||||
$title = $langs->trans('Supplier')." - ".$langs->trans('ProductsAndServices');
|
||||
|
||||
if ($fourn_id) {
|
||||
$supplier = new Fournisseur($db);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user