Skip to content
Snippets Groups Projects
Commit 3f2ae3b8 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Update changelog

parent c3f59620
Branches
Tags
No related merge requests found
......@@ -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.
- Remove not used function calculate_byte(). Use dol_print_size() instead.
- 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
make a fetch on object before deleting it.
- Method expensereport->delete(id, user) has been replaced with ->delete(user)
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.* *****
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment