[freeside-commits] freeside/httemplate/search cust_bill_pkg.cgi, 1.21, 1.22
Ivan,,,
ivan at wavetail.420.am
Wed May 27 15:14:01 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv9147
Modified Files:
cust_bill_pkg.cgi
Log Message:
maybe this willf inally fix total line links on tax report when using report_group kludge? (still possibly not in all corner cases), RT#5446
Index: cust_bill_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill_pkg.cgi,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- cust_bill_pkg.cgi 27 May 2009 22:10:41 -0000 1.21
+++ cust_bill_pkg.cgi 27 May 2009 22:13:59 -0000 1.22
@@ -168,7 +168,7 @@
my %ph = ( 'county' => $_,
map { $_ => dbh->quote( $cgi->param($_) ) }
- qw( county state country )
+ qw( state country )
);
my ( $loc_sql, @param ) = FS::cust_pkg->location_sql;
More information about the freeside-commits
mailing list