FSN#36227 fac_srtnotificatie bewerkbaar via scaffolding
svn path=/Website/trunk/; revision=29460
This commit is contained in:
@@ -157,7 +157,7 @@ function model_fac_srtnotificatie(cust)
|
|||||||
+ " , 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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user