From 3dc6bff7a0a4ceaacd18a7ce6b50cd2b8a2ce498 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 04:21:10 +0000 Subject: [PATCH] i really hope this finally does it --- FS/FS/cust_main.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ''; } -- 2.11.0