diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-03-10 07:03:36 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-10 07:03:36 -0800 |
| commit | c13b6c8f4b9876aa8f91e1c14d3c208ac0d189e9 (patch) | |
| tree | e56f0a50ac97eb3bd91e1d58bb929a9fcf879a6d /httemplate/search/cust_pkg.cgi | |
| parent | 4266969f2c69f6fc07672f118b86716f52a95b86 (diff) | |
remove old test files
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
| -rwxr-xr-x | httemplate/search/cust_pkg.cgi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index df1d7e589..4724ce61f 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -151,7 +151,10 @@ my $money_char = $conf->config('money_char') || '$'; my %search_hash = (); -#some false laziness w/misc/bulk_change_pkg.cgi +#some false laziness w/misc/bulk_change_pkg.cgi and bulk_pkg_increment_bill.cgi +# and misc/process/ +# with shitty results (bulk doing things to wrong packages) if you don't update +# those too :/ $search_hash{'query'} = $cgi->keywords; |
