FSN#47247 Betere authorisatie API flexbijlagen
svn path=/Website/branches/v2017.2/; revision=36172
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user