[freeside-commits] freeside/httemplate/search report_tax.cgi, 1.50, 1.51
Ivan,,,
ivan at wavetail.420.am
Sat Feb 21 18:38:19 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv22552/httemplate/search
Modified Files:
report_tax.cgi
Log Message:
fix tax report for more complex situations with counties and taxclasses, make taxable line items clickable, RT#4878
Index: report_tax.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/report_tax.cgi,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- report_tax.cgi 22 Feb 2009 02:37:53 -0000 1.50
+++ report_tax.cgi 22 Feb 2009 02:38:17 -0000 1.51
@@ -329,11 +329,11 @@
$total += $t;
$regions{$label}->{'total'} += $t;
- if ( $label eq $out ) {# && $t ) {
- warn "adding $t for ".
- join('/', map $r->$_, qw( taxclass county state country ) ). "\n";
- #warn $t_sql if $r->state eq 'FL';
- }
+ #if ( $label eq $out ) {# && $t ) {
+ # warn "adding $t for ".
+ # join('/', map $r->$_, qw( taxclass county state country ) ). "\n";
+ # #warn $t_sql if $r->state eq 'FL';
+ #}
## calculate customer-exemption for this region
More information about the freeside-commits
mailing list