From: ivan Date: Wed, 21 Jan 2009 00:52:54 +0000 (+0000) Subject: stupid typo preventing service addresses from working, RT#4663 X-Git-Tag: root_of_webpay_support~119 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e26229306dd63c4989352f082425267bec217100 stupid typo preventing service addresses from working, RT#4663 --- diff --git a/FS/FS/cust_bill_pkg_tax_location.pm b/FS/FS/cust_bill_pkg_tax_location.pm index 50e86eb0b..db652370b 100644 --- a/FS/FS/cust_bill_pkg_tax_location.pm +++ b/FS/FS/cust_bill_pkg_tax_location.pm @@ -112,7 +112,7 @@ sub check { $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')