[freeside-commits] freeside/FS/FS cust_bill_pkg_tax_location.pm, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Tue Jan 20 16:52:57 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30804
Modified Files:
cust_bill_pkg_tax_location.pm
Log Message:
stupid typo preventing service addresses from working, RT#4663
Index: cust_bill_pkg_tax_location.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_bill_pkg_tax_location.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_bill_pkg_tax_location.pm 18 Jan 2009 23:43:39 -0000 1.1
+++ cust_bill_pkg_tax_location.pm 21 Jan 2009 00:52:54 -0000 1.2
@@ -112,7 +112,7 @@
$self->ut_numbern('billpkgtaxlocationnum')
|| $self->ut_foreign_key('billpkgnum', 'cust_bill_pkg', 'billpkgnum' )
|| $self->ut_number('taxnum') #cust_bill_pkg/tax_rate key, based on taxtype
- || $self->ut_enum('taxtype', [ qw( FS::cust_main::county FS::tax_rate ) ] )
+ || $self->ut_enum('taxtype', [ qw( FS::cust_main_county FS::tax_rate ) ] )
|| $self->ut_foreign_key('pkgnum', 'cust_pkg', 'pkgnum' )
|| $self->ut_foreign_key('locationnum', 'cust_location', 'locationnum' )
|| $self->ut_money('amount')
More information about the freeside-commits
mailing list