From 16c4dec6dac82cc1f672b11e6c3f2de82626f056 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Mon, 6 Dec 2021 17:36:00 +0100 Subject: [PATCH] Class file expeditionbatch.class.php renamed to expeditionlinebatch.class.php --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 023b70ec79e..9fa65871f05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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