X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FTaxEngine%2Fbillsoft.pm;h=6bda8db37600c6780f8aef66e0e95397c1b4da29;hb=a5a541f3b1db3192f7d4a7dd5ad1fbf5800ef586;hp=d262aa4d3d0764011031b9aa38e59ca5019104c9;hpb=7516e3da0f17eeecba27219ef96a8b5f46af2083;p=freeside.git diff --git a/FS/FS/TaxEngine/billsoft.pm b/FS/FS/TaxEngine/billsoft.pm index d262aa4d3..6bda8db37 100644 --- a/FS/FS/TaxEngine/billsoft.pm +++ b/FS/FS/TaxEngine/billsoft.pm @@ -105,6 +105,7 @@ sub create_batch { my %sales; foreach my $cust_bill_pkg ( $cust_bill->cust_bill_pkg ) { +$DB::single = 1; my $cust_pkg = $cust_pkg{$cust_bill_pkg->pkgnum} ||= $cust_bill_pkg->cust_pkg; my $pkgpart = $cust_bill_pkg->pkgpart_override || $cust_pkg->pkgpart;