FSN#41838 AiAi ORA-00911: Ongeldig teken. bij auditing CTR en BGT

svn path=/Website/branches/v2017.1/; revision=35165
This commit is contained in:
Jos Groot Lipman
2017-08-31 12:11:41 +00:00
parent cc17bb6f86
commit 638b0b0b53
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ function _model_bgt_discipline()
this.records_name = "budgetdisciplines";
this.record_name = "budgetdiscipline";
this.table = "ins_tab_discipline";
this.audit = { "childtable": "bgt_disc_params" }, // Parameters voor fac_audit.
this.primary = "ins_discipline_key";
this.soft_delete = "ins_discipline_verwijder"; // ik wil er eigenlijk liever niet standaard op kunnen filteren
this.autfunction = "WEB_BGTMAN";

View File

@@ -39,6 +39,7 @@ function _model_ctr_discipline()
this.records_name = "taskdisciplines";
this.record_name = "taskdiscipline";
this.table = "ins_tab_discipline";
this.audit = { "childtable": "ctr_disc_params" }, // Parameters voor fac_audit.
this.primary = "ins_discipline_key";
this.autfunction = "WEB_CTRMGT";
this.record_title = L("ctr_discipline");