[freeside-commits] freeside/FS/FS cust_bill.pm, 1.299.2.31, 1.299.2.32

Ivan,,, ivan at wavetail.420.am
Wed Apr 13 17:23:56 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv13696

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	cust_bill.pm 
Log Message:
fix missing information on invoices, RT#12461

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.299.2.31
retrieving revision 1.299.2.32
diff -u -w -d -r1.299.2.31 -r1.299.2.32
--- cust_bill.pm	12 Apr 2011 20:57:12 -0000	1.299.2.31
+++ cust_bill.pm	14 Apr 2011 00:23:54 -0000	1.299.2.32
@@ -2517,7 +2517,7 @@
     #invoice from info
     'company_name'    => scalar( $conf->config('company_name', $agentnum) ),
     'company_address' => join("\n", $conf->config('company_address', $agentnum) ). "\n",
-    'company_phonenum'=> $conf->config('company_phonenum', $agentnum),
+    'company_phonenum'=> scalar( $conf->config('company_phonenum', $agentnum) ),
     'returnaddress'   => $returnaddress,
     'agent'           => &$escape_function($cust_main->agent->agent),
 



More information about the freeside-commits mailing list