summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Cron/notify.pm14
1 files changed, 9 insertions, 5 deletions
diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm
index 622f15f6b..c2f976390 100644
--- a/FS/FS/Cron/notify.pm
+++ b/FS/FS/Cron/notify.pm
@@ -42,11 +42,15 @@ sub notify_flat_delay {
or cust_pkg.expire > $time
+ cast(part_pkg_option.optionvalue as integer)
* 86400
-/* and ( cust_pkg.adjourn is null
- or cust_pkg.adjourn > $time
--- Should notify suspended ones + cast(part_pkg_option.optionvalue as integer)
- * 86400
-*/
+END
+
+#/* and ( cust_pkg.adjourn is null
+# or cust_pkg.adjourn > $time
+#-- Should notify suspended ones + cast(part_pkg_option.optionvalue as integer)
+# * 86400
+#*/
+
+ $where_pkg .= <<"END";
)
)
)