Class file expeditionbatch.class.php renamed to expeditionlinebatch.class.php

This commit is contained in:
Francis Appels 2021-12-06 17:36:00 +01:00
parent 7018fe9530
commit 16c4dec6da

View File

@ -144,6 +144,7 @@ Following changes may create regressions for some external modules, but were nec
* Method getDictvalue has been renamed into getDictionaryValue to match camel case rule.
* To execute shell or command line command, your code must never use method like exec, shell_exec, popen, .. but must use the built-in
method executeCLI() available into core/class/utils.class.php
* Class file expeditionbatch.class.php renamed to expeditionlinebatch.class.php
* ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed