[freeside-commits] freeside/FS/FS cust_main.pm,1.308,1.309

Ivan,,, ivan at wavetail.420.am
Wed Oct 3 21:21:12 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv18260

Modified Files:
	cust_main.pm 
Log Message:
i really hope this finally does it

Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- cust_main.pm	4 Oct 2007 04:09:51 -0000	1.308
+++ cust_main.pm	4 Oct 2007 04:21:10 -0000	1.309
@@ -5789,6 +5789,7 @@
 
   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 @@
     
   unless ( $part_event_option ) {
     return $self->agent->invoice_template || ''
-      if $option eq '$agent_templatename';
+      if $option eq 'agent_templatename';
     return '';
   }
 



More information about the freeside-commits mailing list