Update changelog
This commit is contained in:
parent
c3f5962058
commit
3f2ae3b881
@ -26,9 +26,9 @@ check you make a fetch on object before calling the delete.
|
|||||||
- The old driver of "mysql" has been removed. Dolibarr use the new one (mysqli) by default.
|
- The old driver of "mysql" has been removed. Dolibarr use the new one (mysqli) by default.
|
||||||
- Remove not used function calculate_byte(). Use dol_print_size() instead.
|
- Remove not used function calculate_byte(). Use dol_print_size() instead.
|
||||||
- Function pdf_getTotalQty is now deprecated. Not used by Dolibarr core.
|
- Function pdf_getTotalQty is now deprecated. Not used by Dolibarr core.
|
||||||
- Method expensereport->delete(id, user) has been replaced with delete(user) to follow good practice to
|
- Method expensereport->delete(id, user) has been replaced with ->delete(user)
|
||||||
make a fetch on object before deleting it.
|
Method warehouse->delete(id) has been replace with ->delete(user)
|
||||||
|
This is to follow good practice to make a fetch on object before deleting it.
|
||||||
|
|
||||||
|
|
||||||
***** ChangeLog for 4.0.0 compared to 3.9.* *****
|
***** ChangeLog for 4.0.0 compared to 3.9.* *****
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user