FSN#36227 fac_srtnotificatie bewerkbaar via scaffolding

svn path=/Website/trunk/; revision=29460
This commit is contained in:
Erik Groener
2016-05-19 13:12:17 +00:00
parent 9cfde4a571
commit fc0d426f25

View File

@@ -154,10 +154,10 @@ function model_fac_srtnotificatie(cust)
this.fields.notification_mode.bits[0].radios.splice(2, 1); this.fields.notification_mode.bits[0].radios.splice(2, 1);
var ext_sql = "(SELECT fac_srtnotificatie_key" var ext_sql = "(SELECT fac_srtnotificatie_key"
+ " , DECODE(BITAND(fac_srtnotificatie_mode, 1), 1,"+ safe.qL("lcl_on") +", '') status" + " , DECODE(BITAND(fac_srtnotificatie_mode, 1), 1,"+ safe.qL("lcl_on") +", '') status"
+ " , DECODE(BITAND(fac_srtnotificatie_mode, 2), 2,"+ safe.qL("lcl_on") +", '') email" + " , DECODE(BITAND(fac_srtnotificatie_mode, 2), 2,"+ safe.qL("lcl_on") +", '') email"
+ " , DECODE(BITAND(fac_srtnotificatie_mode, 4), 4,"+ safe.qL("lcl_on") +", '') sms" + " , DECODE(BITAND(fac_srtnotificatie_mode, 4), 4,"+ safe.qL("lcl_on") +", '') sms"
+ " , DECODE(BITAND(fac_srtnotificatie_mode, 8), 8,"+ safe.qL("lcl_on") +", '') portal" + " , DECODE(BITAND(fac_srtnotificatie_mode, 16), 16,"+ safe.qL("lcl_on") +", '') portal"
+ " FROM fac_srtnotificatie) notimode "; + " FROM fac_srtnotificatie) notimode ";
var get_param = { var get_param = {