The tab Documents of the Contracts module wasn't being translated

This commit is contained in:
Marcos García 2012-07-19 17:18:41 +02:00 committed by Regis Houssin
parent 7f33e41113
commit 319cf18b3b

View File

@ -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');