From be000b96ee72926b2e1a0933a383783764f61118 Mon Sep 17 00:00:00 2001 From: Tim Otte Date: Wed, 4 Sep 2019 16:42:13 +0200 Subject: [PATCH] Fixed error that occurred in the travis CI build --- htdocs/product/fournisseurs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index ca9e36832e4..3d8585ecfc4 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -863,7 +863,7 @@ SCRIPT; // fetch optionals attributes and labels $extralabels=$extrafields->fetch_name_optionals_label("product_fournisseur_price"); foreach ($extralabels as $extrafield) { - print_liste_field_titre($langs->trans($extrafield), $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder, 'right '); + print_liste_field_titre($extrafield, $_SERVER["PHP_SELF"], '', '', $param, '', $sortfield, $sortorder, 'right '); } if (is_object($hookmanager))