[freeside-commits] freeside/FS/FS cust_bill.pm,1.226,1.227

Ivan,,, ivan at wavetail.420.am
Fri Oct 10 12:25:55 PDT 2008


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

Modified Files:
	cust_bill.pm 
Log Message:
add options to auto-generate agent_custid and display it as the customer number, RT#4099

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- cust_bill.pm	12 Sep 2008 02:28:45 -0000	1.226
+++ cust_bill.pm	10 Oct 2008 19:25:53 -0000	1.227
@@ -1881,7 +1881,7 @@
   my %invoice_data = (
     'company_name'    => scalar( $conf->config('company_name') ),
     'company_address' => join("\n", $conf->config('company_address') ). "\n",
-    'custnum'         => $self->custnum,
+    'custnum'         => $cust_main->display_custnum,
     'invnum'          => $self->invnum,
     'date'            => time2str($date_format, $self->_date),
     'today'           => time2str('%b %o, %Y', $today),



More information about the freeside-commits mailing list