Remove the function update_modified_column_date_m is required because old triggers can throw errors during PDF generation
This commit is contained in:
Adrien Jussak 2021-02-08 16:47:46 +01:00
parent fe9d23e90b
commit ee1a4ee54f

View File

@ -574,3 +574,5 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_REPORT_PAID','Expense report billed','Executed when an expense report is set as billed','expensereport',204);
insert into llx_c_action_trigger (code,label,description,elementtype,rang) values ('EXPENSE_REPORT_DELETE','Expense report deleted','Executed when an expense report is deleted','expensereport',205);
-- Unsed function
DROP FUNCTION IF EXISTS update_modified_column_date_m CASCADE;