Merge pull request #21734 from Deefaze/patch-1

FIX : newonlinesign.php missing commercial file in loadings
This commit is contained in:
Laurent Destailleur 2022-08-14 15:36:58 +02:00 committed by GitHub
commit 7663a4c43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ require_once DOL_DOCUMENT_ROOT.'/product/class/product.class.php';
require_once DOL_DOCUMENT_ROOT.'/comm/propal/class/propal.class.php';
// Load translation files
$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "errors", "members", "paybox", "propal"));
$langs->loadLangs(array("main", "other", "dict", "bills", "companies", "errors", "members", "paybox", "propal", "commercial"));
// Security check
// No check on module enabled. Done later according to $validpaymentmethod