include=tracking gaf error door hernoemde velden
svn path=/Website/trunk/; revision=33354
This commit is contained in:
@@ -77,7 +77,7 @@ function model_appointments()
|
||||
},
|
||||
"tracking": {
|
||||
model: new model_tracking(['afspraak']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
}
|
||||
};
|
||||
this.impersonate_auth = "WEB_BEZFOF";
|
||||
|
||||
@@ -47,7 +47,7 @@ model_contracts =
|
||||
includes: {
|
||||
"tracking": {
|
||||
model: new model_tracking(['contract']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
},
|
||||
"schedule": {
|
||||
model: new model_cnt_factuurschema(),
|
||||
|
||||
@@ -70,7 +70,7 @@ function model_invoices(fin_key, params)
|
||||
},
|
||||
"tracking": {
|
||||
model: new model_tracking(['contract']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ function model_issues(mld_key, params)
|
||||
},
|
||||
"tracking": {
|
||||
model: new model_tracking(['melding']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
},
|
||||
"notes": {
|
||||
model: new model_notes("MLD"),
|
||||
|
||||
@@ -39,7 +39,7 @@ model_objects =
|
||||
|
||||
includes: { "tracking": {
|
||||
model: new model_tracking(['deel']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
}
|
||||
},
|
||||
REST_GET: function _GET(params)
|
||||
|
||||
@@ -93,7 +93,7 @@ function model_reservations(rsv_key, params)
|
||||
},
|
||||
"tracking": {
|
||||
model: new model_tracking(['reservering', 'xreservering']),
|
||||
joinfield: "fac_tracking_refkey"
|
||||
joinfield: "trackingrefkey"
|
||||
},
|
||||
"custom_fields" : { model: new model_custom_fields(this, new model_res_kenmerk(), { readman: true, readuse: true }),
|
||||
joinfield: "flexparentkey"
|
||||
|
||||
@@ -85,7 +85,7 @@ function model_rooms(room_key, params)
|
||||
},
|
||||
"tracking": {
|
||||
"model": new model_tracking(["ruimte"]),
|
||||
"joinfield": "fac_tracking_refkey"
|
||||
"joinfield": "trackingrefkey"
|
||||
},
|
||||
"departments": {
|
||||
"model": new model_prs_ruimteafdeling(),
|
||||
|
||||
Reference in New Issue
Block a user