summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2009-04-13 23:37:08 +0000
committerivan <ivan>2009-04-13 23:37:08 +0000
commita640ee92f7a90fffc1060bf0d499a83ddae4fc2c (patch)
treebe349e5036b96e65054ed8c3ffb67f50302460cc /FS/FS
parent90fecad861bd6817b55e9391431430e0d86d9084 (diff)
debugging
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/cust_main.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm
index b828542a7..9aac1db7b 100644
--- a/FS/FS/cust_main.pm
+++ b/FS/FS/cust_main.pm
@@ -2459,6 +2459,7 @@ sub bill {
foreach my $tax ( keys %taxlisthash ) {
my $tax_object = shift @{ $taxlisthash{$tax} };
warn "found ". $tax_object->taxname. " as $tax\n" if $DEBUG > 2;
+ warn " ". join('/', @{ $taxlisthash{$tax} } ). "\n" if $DEBUG > 2;
my $hashref_or_error =
$tax_object->taxline( $taxlisthash{$tax},
'custnum' => $self->custnum,