From d1646e245a0dcbc12c7f8404618bde7e2cb26e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Thu, 19 Jul 2012 17:18:41 +0200 Subject: [PATCH] The tab Documents of the Contracts module wasn't being translated --- htdocs/contrat/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/document.php b/htdocs/contrat/document.php index a16030a686b..d9cc93b4fcd 100644 --- a/htdocs/contrat/document.php +++ b/htdocs/contrat/document.php @@ -34,7 +34,7 @@ require_once(DOL_DOCUMENT_ROOT."/core/class/html.formfile.class.php"); $langs->load("other"); $langs->load("products"); - +$langs->load("contracts"); $action = GETPOST('action','alpha'); $confirm = GETPOST('confirm','alpha');