FCLT#85890 Bij notificaties ook een technisch-adres tabje tonen
svn path=/Website/trunk/; revision=67822
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
Notes:
|
||||
*/
|
||||
%>
|
||||
<!-- #include file="../api2/model_prs_bedrijfadres_srtnoti.inc" -->
|
||||
<%
|
||||
|
||||
function model_fac_srtnotificatie(cust)
|
||||
{
|
||||
this.records_name = "notificationtypes";
|
||||
@@ -201,6 +201,16 @@ function model_fac_srtnotificatie(cust)
|
||||
}
|
||||
};
|
||||
|
||||
this.includes = {
|
||||
"srtnotifications": {
|
||||
"model": new model_prs_bedrijfadres_srtnoti(),
|
||||
"joinfield": "srtnotification"
|
||||
}
|
||||
};
|
||||
delete this.includes["srtnotifications"].model["REST_POST"];
|
||||
delete this.includes["srtnotifications"].model["REST_PUT"];
|
||||
delete this.includes["srtnotifications"].model["REST_DELETE"];
|
||||
|
||||
if (!S("puo_smsaccount"))
|
||||
this.fields.notificationmode.bits[0].radios.splice(2, 1);
|
||||
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
"fac_task_lastrun",
|
||||
"fac_task_flags"
|
||||
],
|
||||
"orderby": [
|
||||
"fac_cust_key",
|
||||
"name"
|
||||
],
|
||||
rowClass: function(oRs)
|
||||
{
|
||||
if (oRs.Fields("fac_task_flags").Value & 1) // disabled
|
||||
|
||||
Reference in New Issue
Block a user