mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
Updated changelog + also removed unused triggers when migrating from 3.2.x
This commit is contained in:
@@ -101,6 +101,9 @@ For developers:
|
||||
- New: Add PRODUCT_PRICE_MODIFY trigger.
|
||||
- New: Created function to retrieve total amount of discount of an invoice/proposal...
|
||||
- New: We can use a dynamic value ($conf->global->XXX for example) into titles of menus.
|
||||
- Qual: Renamed SUPPLIER_INVOICE_BUILDDOC trigger code to BILL_SUPPLIER_BUILDDOC
|
||||
- Qual: Renamed INVOICE_SUPPLIER_DELETE trigger code to BILL_SUPPLIER_DELETE
|
||||
- Qual: Renamed SUPLLIER_ORDER_BUILDDOC trigger code to ORDER_SUPPLIER_BUILDDOC
|
||||
|
||||
For translators:
|
||||
- New: Update language files (de, tr, pt, ca, es, en, fr).
|
||||
|
||||
@@ -894,3 +894,5 @@ ALTER TABLE llx_element_lock ADD COLUMN sessionid varchar(255) AFTER datem;
|
||||
ALTER TABLE llx_element_lock MODIFY COLUMN elementtype varchar(32) NOT NULL;
|
||||
ALTER TABLE llx_element_lock DROP COLUMN fk_user_modif;
|
||||
ALTER TABLE llx_element_lock DROP COLUMN status;
|
||||
|
||||
DELETE FROM llx_c_action_trigger WHERE elementtype='withdraw';
|
||||
|
||||
Reference in New Issue
Block a user