Update newonlinesign.php

missing "commercial" language file for complete translation
This commit is contained in:
Deefaze 2022-08-12 22:50:22 +02:00 committed by GitHub
parent 533e4f2424
commit 7bac82bb13
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