Merge pull request #5971 from atm-florian/4.0

FIX : translation missing
This commit is contained in:
Laurent Destailleur 2016-11-11 14:05:59 +01:00 committed by GitHub
commit 2b2bd03eda

View File

@ -37,6 +37,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
$langs->load('bills'); $langs->load('bills');
$langs->load('compta'); $langs->load('compta');
$langs->load('admin');
// Security check // Security check
$id=(GETPOST('facid','int')?GETPOST('facid','int'):GETPOST('id','int')); $id=(GETPOST('facid','int')?GETPOST('facid','int'):GETPOST('id','int'));