mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update changelog
ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed
This commit is contained in:
parent
5803060caf
commit
7018fe9530
|
|
@ -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
|
||||
* ExpeditionLineBatch::fetchAll is not static anymore and first parameter $db is removed
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user