[freeside-commits] freeside/httemplate/view cust_bill-logo.cgi, 1.10.8.1, 1.10.8.2

Mark Wells mark at wavetail.420.am
Thu Dec 8 14:45:40 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv20825/httemplate/view

Modified Files:
      Tag: FREESIDE_2_3_BRANCH
	cust_bill-logo.cgi 
Log Message:
fix missing logo in HTML invoice, from #12367

Index: cust_bill-logo.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill-logo.cgi,v
retrieving revision 1.10.8.1
retrieving revision 1.10.8.2
diff -u -w -d -r1.10.8.1 -r1.10.8.2
--- cust_bill-logo.cgi	16 Sep 2011 00:15:48 -0000	1.10.8.1
+++ cust_bill-logo.cgi	8 Dec 2011 22:45:38 -0000	1.10.8.2
@@ -16,6 +16,8 @@
   $conf = $cust_bill->conf;
   $agentnum = $cust_bill->cust_main->agentnum;
 } else {
+  # assume the default config
+  $conf = FS::Conf->new;
   my($query) = $cgi->keywords;
   $query =~ /^([^\.\/]*)$/ or die 'illegal query';
   $templatename = $1;



More information about the freeside-commits mailing list