[freeside-commits] freeside/FS/FS cust_bill.pm,1.207,1.208

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jun 4 11:05:23 PDT 2008


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

Modified Files:
	cust_bill.pm 
Log Message:
voxline invoice formatting

Index: cust_bill.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill.pm,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- cust_bill.pm	4 Jun 2008 13:26:56 -0000	1.207
+++ cust_bill.pm	4 Jun 2008 18:05:21 -0000	1.208
@@ -1844,6 +1844,7 @@
     'page'            => 1,
     'total_pages'     => 1,
     'ship_enable'     => $conf->exists('invoice-ship_address'),
+    'unitprices'      => $conf->exists('invoice-unitprice'),
   );
 
   my $prefix = $cust_main->has_ship_address ? 'ship_' : '';



More information about the freeside-commits mailing list