forked from Wavyzz/dolibarr
Log
This commit is contained in:
@@ -589,6 +589,8 @@ if (!GETPOST('action', 'aZ09') || preg_match('/upgrade/i', GETPOST('action', 'aZ
|
||||
$afterversionarray = explode('.', '21.0.9');
|
||||
$beforeversionarray = explode('.', '22.0.9');
|
||||
if (versioncompare($versiontoarray, $afterversionarray) >= 0 && versioncompare($versiontoarray, $beforeversionarray) <= 0) {
|
||||
dol_syslog("Run migrate_... versionto is between ".json_encode($afterversionarray)." and ".json_encode($beforeversionarray));
|
||||
|
||||
migrate_accountingbookkeeping($entity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user