Fix missing .php into name of boxes added into llx_boxes_def
This commit is contained in:
parent
dd54d28dc6
commit
56d5cd0402
@ -18,6 +18,7 @@ NEW: Accountancy - change menu disposition
|
|||||||
NEW: Accountancy - on transfers, select the periodicity by default
|
NEW: Accountancy - on transfers, select the periodicity by default
|
||||||
NEW: Accountancy - Add export for Gestinum (v3 & v5)
|
NEW: Accountancy - Add export for Gestinum (v3 & v5)
|
||||||
NEW: new currency rate editor
|
NEW: new currency rate editor
|
||||||
|
NEW: add a widget to show the customers with outstanding limits reached
|
||||||
NEW: add 2 rules for emailcollector: Message send/not sent from Dolibarr
|
NEW: add 2 rules for emailcollector: Message send/not sent from Dolibarr
|
||||||
NEW: add a counter of number of words for pages in website module
|
NEW: add a counter of number of words for pages in website module
|
||||||
NEW: add alert before changing thirdparty in TakePOS
|
NEW: add alert before changing thirdparty in TakePOS
|
||||||
|
|||||||
@ -542,4 +542,4 @@ CREATE TABLE llx_session(
|
|||||||
user_agent varchar(128) NULL
|
user_agent varchar(128) NULL
|
||||||
)ENGINE=innodb;
|
)ENGINE=innodb;
|
||||||
|
|
||||||
INSERT INTO llx_boxes_def(file, entity) VALUES ('box_customers_outstanding_bill_reached', 1);
|
INSERT INTO llx_boxes_def(file, entity) VALUES ('box_customers_outstanding_bill_reached.php', 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user