FSN#47247 Betere authorisatie API flexbijlagen

svn path=/Website/branches/v2017.2/; revision=36172
This commit is contained in:
Jos Groot Lipman
2017-11-30 14:31:33 +00:00
parent 4b013b77c3
commit 9e0fecf4f3
4 changed files with 8 additions and 4 deletions

View File

@@ -13,8 +13,9 @@
%>
<%
function model_bes_srtkenmerk()
function model_bes_srtkenmerk(params)
{
params = params || {};
this.records_name = "orderpropertytypes";
this.record_name = "orderpropertytype";
this.table = "bes_srtkenmerk";

View File

@@ -13,8 +13,9 @@
%>
<%
function model_cnt_srtkenmerk()
function model_cnt_srtkenmerk(params)
{
params = params || {};
this.records_name = "contractpropertytypes";
this.record_name = "contractpropertytype";
this.table = "cnt_srtkenmerk";

View File

@@ -13,8 +13,9 @@
%>
<%
function model_ins_srtkenmerk()
function model_ins_srtkenmerk(params)
{
params = params || {};
this.records_name = "objectpropertytypes";
this.record_name = "objectpropertytype";
this.table = "ins_srtkenmerk";

View File

@@ -12,8 +12,9 @@
*/
%>
<%
function model_res_srtkenmerk()
function model_res_srtkenmerk(params)
{
params = params || {};
this.records_name = "bookingpropertytypes";
this.record_name = "bookingpropertytype";
this.table = "res_srtkenmerk";