From fc0d426f256e36b25cc651bea62c8d541d530fc4 Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Thu, 19 May 2016 13:12:17 +0000 Subject: [PATCH] FSN#36227 fac_srtnotificatie bewerkbaar via scaffolding svn path=/Website/trunk/; revision=29460 --- APPL/API2/model_fac_srtnotificatie.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/APPL/API2/model_fac_srtnotificatie.inc b/APPL/API2/model_fac_srtnotificatie.inc index 3ffd3e49aa..f831251d83 100644 --- a/APPL/API2/model_fac_srtnotificatie.inc +++ b/APPL/API2/model_fac_srtnotificatie.inc @@ -154,10 +154,10 @@ function model_fac_srtnotificatie(cust) this.fields.notification_mode.bits[0].radios.splice(2, 1); var ext_sql = "(SELECT fac_srtnotificatie_key" - + " , 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, 4), 4,"+ safe.qL("lcl_on") +", '') sms" - + " , DECODE(BITAND(fac_srtnotificatie_mode, 8), 8,"+ safe.qL("lcl_on") +", '') portal" + + " , 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, 4), 4,"+ safe.qL("lcl_on") +", '') sms" + + " , DECODE(BITAND(fac_srtnotificatie_mode, 16), 16,"+ safe.qL("lcl_on") +", '') portal" + " FROM fac_srtnotificatie) notimode "; var get_param = {