-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
...
...
@@ -74,3 +75,4 @@ insert into llx_c_action_trigger (code,label,description,elementtype,rang) value
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('TASK_CREATE','Task created','Executed when a project task is created','project',35);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('TASK_MODIFY','Task modified','Executed when a project task is modified','project',36);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('TASK_DELETE','Task deleted','Executed when a project task is deleted','project',37);
insertintollx_c_action_trigger(code,label,description,elementtype,rang)values('BILL_SUPPLIER_UNVALIDATE','Supplier invoice unvalidated','Executed when a supplier invoice status is set back to draft','invoice_supplier',15);
INSERTINTOllx_c_action_trigger(code,label,description,elementtype,rang)VALUES('BILL_SUPPLIER_UNVALIDATE','Supplier invoice unvalidated','Executed when a supplier invoice status is set back to draft','invoice_supplier',15);