Merge pull request #248 from marcosgdf/fix-contract-translation

The tab Documents of the Contracts module wasn't being translated
This commit is contained in:
Regis Houssin 2012-07-19 10:25:02 -07:00
commit 4fcbe39fd9

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