From 2566f9017d2805b6e3e5fd0110ab226db57ee506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Salvador?= Date: Tue, 4 Jun 2013 16:28:29 +0200 Subject: [PATCH] trans --- htdocs/product/replenish.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/product/replenish.php b/htdocs/product/replenish.php index bd8b1400d93..d09079f818b 100644 --- a/htdocs/product/replenish.php +++ b/htdocs/product/replenish.php @@ -31,6 +31,7 @@ require_once DOL_DOCUMENT_ROOT.'/fourn/class/fournisseur.commande.class.php'; $langs->load("products"); $langs->load("stocks"); +$langs->load("orders"); // Security check if ($user->societe_id) $socid=$user->societe_id;