Merge pull request #17775 from dolibit-ut/patch-337

Update list.php
This commit is contained in:
Laurent Destailleur 2021-06-04 10:35:51 +02:00 committed by GitHub
commit 82757f0989
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);