Laurent Destailleur il y a 3 ans
Parent
commit
2bef8a27c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      htdocs/fourn/ajax/getSupplierPrices.php

+ 1 - 1
htdocs/fourn/ajax/getSupplierPrices.php

@@ -43,7 +43,7 @@ $idprod = GETPOST('idprod', 'int');
 $prices = array();
 
 // Load translation files required by the page
-$langs->loadLangs(array("stocks", "margins"));
+$langs->loadLangs(array("stocks", "margins", "products"));
 
 
 /*