From 319cf18b3bf59b0da6b09b036ba676a8bf6c3124 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 298fdd0da4e..8f3e0265caf 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');