[freeside-commits] freeside/httemplate/search cust_credit_bill_pkg.html, 1.10, 1.11
Ivan,,,
ivan at wavetail.420.am
Thu Dec 15 21:12:02 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv30936
Modified Files:
cust_credit_bill_pkg.html
Log Message:
fix "tax credited" links on tax report for the taxclass + not taxclass in same region case, RT#15469
Index: cust_credit_bill_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_credit_bill_pkg.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- cust_credit_bill_pkg.html 15 Apr 2011 22:19:40 -0000 1.10
+++ cust_credit_bill_pkg.html 16 Dec 2011 05:12:00 -0000 1.11
@@ -264,7 +264,10 @@
#warn "neither nottax nor istax parameters specified";
}
- if ( $cgi->param('taxclassNULL') ) {
+ if ( $cgi->param('taxclassNULL')
+ && ! $cgi->param('istax') #no taxclass in this case
+ )
+ {
my %hash = ( 'country' => scalar($cgi->param('country')) );
foreach (qw( state county )) {
More information about the freeside-commits
mailing list