From: ivan Date: Thu, 4 Oct 2007 03:48:02 +0000 (+0000) Subject: doh! does that really fix agent-specific agent template migration from 1.7? sure... X-Git-Tag: TRIXBOX_2_6~307 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=036745568d9eb34f2d64b09b00f1a1155ac3a82f doh! does that really fix agent-specific agent template migration from 1.7? sure hope so --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 97f1788ba..4238b9889 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5795,7 +5795,7 @@ sub _agent_plandata { LEFT JOIN part_event_option AS peo_agentnum ON ( part_event.eventpart = peo_agentnum.eventpart AND peo_agentnum.optionname = 'agentnum' - AND peo_agentnum.optionvalue ~ '(^|,)}. $agentnum. q{agentnum(,|$)' + AND peo_agentnum.optionvalue ~ '(^|,)}. $agentnum. q{(,|$)' ) LEFT JOIN part_event_option AS peo_cust_bill_age ON ( part_event.eventpart = peo_cust_bill_age.eventpart