[freeside-commits] freeside/FS/FS cust_main.pm,1.418,1.419
Ivan,,,
ivan at wavetail.420.am
Mon Apr 13 16:37:10 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30879
Modified Files:
cust_main.pm
Log Message:
debugging
Index: cust_main.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_main.pm,v
retrieving revision 1.418
retrieving revision 1.419
diff -u -d -r1.418 -r1.419
--- cust_main.pm 10 Apr 2009 03:43:00 -0000 1.418
+++ cust_main.pm 13 Apr 2009 23:37:08 -0000 1.419
@@ -2459,6 +2459,7 @@
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,
More information about the freeside-commits
mailing list