From 380e54bd5a943f9cd94ccee9656ed8b3908d8267 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 9 Oct 2008 18:38:14 +0000 Subject: [PATCH] Fix: Missing translation --- htdocs/compta/commande/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php index d9316fa15ab..31de82f8eac 100644 --- a/htdocs/compta/commande/fiche.php +++ b/htdocs/compta/commande/fiche.php @@ -36,6 +36,7 @@ $langs->load("orders"); $langs->load("companies"); $langs->load("bills"); $langs->load('deliveries'); +$langs->load('sendings'); if (! $user->rights->commande->lire) accessforbidden();