[freeside-commits] freeside/FS/FS cust_bill_pkg.pm,1.67,1.68

Mark Wells mark at wavetail.420.am
Wed Jan 4 13:09:52 PST 2012


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

Modified Files:
	cust_bill_pkg.pm 
Log Message:
fix non-usage invoice details, fallout from #15535

Index: cust_bill_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -w -d -r1.67 -r1.68
--- cust_bill_pkg.pm	3 Jan 2012 21:13:32 -0000	1.67
+++ cust_bill_pkg.pm	4 Jan 2012 21:09:49 -0000	1.68
@@ -360,7 +360,7 @@
         # then turn it into one
         my %hash = ();
         if ( ! ref($detail) ) {
-          $hash{'detail'} = 'detail';
+          $hash{'detail'} = $detail;
         }
         elsif ( ref($detail) eq 'HASH' ) {
           %hash = %$detail;



More information about the freeside-commits mailing list