diff options
Diffstat (limited to 'FS/FS/Cron/notify.pm')
-rw-r--r-- | FS/FS/Cron/notify.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Cron/notify.pm b/FS/FS/Cron/notify.pm index 3d427b234..9ad7a49ac 100644 --- a/FS/FS/Cron/notify.pm +++ b/FS/FS/Cron/notify.pm @@ -72,7 +72,7 @@ END $where_pkg .= <<END; and 0 < ( select count(*) from cust_main where cust_pkg.custnum = cust_main.custnum - and cust_main.agentnum = $opt{a} + and cust_main.agentnum IN ( $opt{a} ) ) END } |