diff options
author | ivan <ivan> | 2009-05-27 22:13:59 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-05-27 22:13:59 +0000 |
commit | aeae062630d148cad199305dd601ce33e37714f1 (patch) | |
tree | 26900b5862ff525aee9938c8d1a3a82ee94fc8cf /httemplate/search/cust_bill_pkg.cgi | |
parent | 332cff350f042ba6f4aa6ca42043d03eb18105fb (diff) |
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
Diffstat (limited to 'httemplate/search/cust_bill_pkg.cgi')
-rw-r--r-- | httemplate/search/cust_bill_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi index f644dcfd4..b150989ce 100644 --- a/httemplate/search/cust_bill_pkg.cgi +++ b/httemplate/search/cust_bill_pkg.cgi @@ -168,7 +168,7 @@ if ( $cgi->param('out') ) { my %ph = ( 'county' => $_, map { $_ => dbh->quote( $cgi->param($_) ) } - qw( county state country ) + qw( state country ) ); my ( $loc_sql, @param ) = FS::cust_pkg->location_sql; |