From 2483f044c5f41db749a96abcd8b8bf2da929fb87 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Jun 2013 16:28:36 +0200 Subject: [PATCH] Fix: Trans --- htdocs/product/liste.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index e1795c7b7d2..a8ca8521a65 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -36,6 +36,7 @@ if (! empty($conf->categorie->enabled)) $langs->load("products"); $langs->load("stocks"); +$langs->load("suppliers"); $action = GETPOST('action'); $sref=GETPOST("sref");