[freeside-commits] freeside/FS/FS cust_bill_pkg_detail.pm, 1.9, 1.10

Ivan,,, ivan at wavetail.420.am
Fri Sep 11 10:41:00 PDT 2009


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

Modified Files:
	cust_bill_pkg_detail.pm 
Log Message:
preserve allowing empty values, doh, RT#6101

Index: cust_bill_pkg_detail.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg_detail.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cust_bill_pkg_detail.pm	11 Sep 2009 15:51:38 -0000	1.9
+++ cust_bill_pkg_detail.pm	11 Sep 2009 17:40:58 -0000	1.10
@@ -119,7 +119,7 @@
   $self->ut_numbern('detailnum')
     || $self->ut_foreign_key('billpkgnum', 'cust_bill_pkg', 'billpkgnum')
     #|| $self->ut_moneyn('amount')
-    || $self->ut_float('amount')
+    || $self->ut_floatn('amount')
     || $self->ut_enum('format', [ '', 'C' ] )
     || $self->ut_text('detail')
     || $self->ut_foreign_keyn('classnum', 'usage_class', 'classnum')



More information about the freeside-commits mailing list