2
0
forked from Wavyzz/dolibarr

fix php8 warnings

This commit is contained in:
Frédéric France
2022-08-31 22:12:25 +02:00
parent e71692e745
commit 00da52ef8c
10 changed files with 16 additions and 16 deletions

View File

@@ -38,7 +38,7 @@ if (empty($user->id)) {
}
$conf->global->MAIN_DISABLE_ALL_MAILS=1;
if (! empty($conf->global->MAIN_ROUNDING_RULE_TOT)) {
if (!empty($conf->global->MAIN_ROUNDING_RULE_TOT)) {
print "Parameter MAIN_ROUNDING_RULE_TOT must be set to 0 or not set.\n";
exit(1);
}