From 4ed0834f99ea7582c80fa542bc2ac3736959e8af Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Dec 2006 20:00:22 +0000 Subject: [PATCH] Charge les traductions modules stocks --- htdocs/fourn/commande/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 2e4715f4dbe..74949d4816b 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -39,6 +39,7 @@ $langs->load('bills'); $langs->load('propal'); $langs->load('deliveries'); $langs->load('products'); +$langs->load('stocks'); $user->getrights("fournisseur");