CSUN#37615 Bijlages [mee kunnen sturen met notificatie]

svn path=/Website/trunk/; revision=31038
This commit is contained in:
Erik Groener
2016-10-11 09:53:08 +00:00
parent de16d1ba28
commit 95bef3926c

View File

@@ -83,7 +83,6 @@ function sendNotification(ref_key, pcode)
+ " WHERE ( BITAND (fac_notificatie_status, " + (puo_const.STATUS_EMAIL | puo_const.STATUS_SMS) + ") > 0"
+ " OR fac_notificatie_systeemadres IS NOT NULL)"
+ strFilter
+ " and fac_notificatie_lang = 'NL'"
+ " ORDER BY fac_notificatie_datum"
+ " , fac_notificatie_key";
Log2File(3, sql);