From: ivan Date: Thu, 4 Oct 2007 04:09:51 +0000 (+0000) Subject: dot strikes again X-Git-Tag: TRIXBOX_2_6~305 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=e12190965086d63e4783aa87775dac3f00473d60;p=freeside.git dot strikes again --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 064190a33..bf7c2e915 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5806,7 +5806,7 @@ sub _agent_plandata { #'hashref' => { 'part_event_option.optionname' => $option }, 'extra_sql' => " WHERE part_event_option.optionname = ". dbh->quote($option). - " AND action = 'cust_bill_send_agent' " + " AND action = 'cust_bill_send_agent' ". " AND ( disabled IS NULL OR disabled != 'Y' ) ". " AND peo_agentnum.optionname = 'agentnum' ". " AND agentnum IS NULL OR agentnum = $agentnum ".