forked from Wavyzz/dolibarr
Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/accountancy/admin/index.php htdocs/admin/mailing.php htdocs/admin/paymentbybanktransfer.php htdocs/admin/prelevement.php htdocs/modulebuilder/template/admin/setup.php
This commit is contained in:
@@ -83,10 +83,9 @@ if ($action == 'updateMask') {
|
||||
|
||||
if ($maskconstorder) {
|
||||
$res = dolibarr_set_const($db, $maskconstorder, $maskorder, 'chaine', 0, '', $conf->entity);
|
||||
}
|
||||
|
||||
if (!($res > 0)) {
|
||||
$error++;
|
||||
if (!($res > 0)) {
|
||||
$error++;
|
||||
}
|
||||
}
|
||||
|
||||
if (!$error) {
|
||||
|
||||
Reference in New Issue
Block a user