From: jeff Date: Fri, 30 Jul 2010 00:13:20 +0000 (+0000) Subject: fix error message to be more useful X-Git-Tag: root_of_svc_elec_features~4 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8a1645b274706e6636b0fa08f7c670871c68d4cc fix error message to be more useful --- diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm index ba3691c2c..b518a3771 100644 --- a/FS/FS/tax_rate.pm +++ b/FS/FS/tax_rate.pm @@ -1316,7 +1316,7 @@ sub _restore_remembered_tax_products { unless ( $part_pkg_taxproduct ) { return "failed to find part_pkg_taxproduct (". - $taxproduct->{pkgpart}->{$class}. ") for pkgpart $pkgpart\n"; + $taxproduct->{$pkgpart}->{$class}. ") for pkgpart $pkgpart\n"; } if ( $class eq '' ) {