From: ivan Date: Thu, 4 Oct 2007 04:21:10 +0000 (+0000) Subject: i really hope this finally does it X-Git-Tag: TRIXBOX_2_6~304 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3dc6bff7a0a4ceaacd18a7ce6b50cd2b8a2ce498 i really hope this finally does it --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index bf7c2e915..a8a9ae43b 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -5789,6 +5789,7 @@ sub _agent_plandata { my $part_event_option = qsearchs({ + 'select' => 'part_event_option.*', 'table' => 'part_event_option', 'addl_from' => q{ LEFT JOIN part_event USING ( eventpart ) @@ -5826,7 +5827,7 @@ sub _agent_plandata { unless ( $part_event_option ) { return $self->agent->invoice_template || '' - if $option eq '$agent_templatename'; + if $option eq 'agent_templatename'; return ''; }