Update list.php

$title = $langs->trans('Supplier')." - ".$langs->trans('ProductsAndServices');
This commit is contained in:
UT from dolibit 2021-05-31 10:31:25 +02:00 committed by GitHub
parent ea21e1dbfb
commit a97efdbdfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);