[freeside-commits] freeside/httemplate/search cust_credit_bill_pkg.html, 1.3.4.7, 1.3.4.8
Ivan,,,
ivan at wavetail.420.am
Thu Dec 15 21:12:03 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv30944
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.3.4.7
retrieving revision 1.3.4.8
diff -u -w -d -r1.3.4.7 -r1.3.4.8
--- cust_credit_bill_pkg.html 15 Apr 2011 22:19:40 -0000 1.3.4.7
+++ cust_credit_bill_pkg.html 16 Dec 2011 05:12:01 -0000 1.3.4.8
@@ -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