diff options
author | ivan <ivan> | 2010-08-15 06:21:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-15 06:21:06 +0000 |
commit | 80f722b82cb92fa49ee172230be3c61f72e56f41 (patch) | |
tree | 46bffd0eb7dfb031269bd3ea2b9a08a92de2bec3 /httemplate/misc/process/batch-cust_pay.cgi | |
parent | 2806e1967f8dbb7b15c41dd7c5bcc2eb121907f0 (diff) |
fix payment and refund searches by otaker (now usernum), RT#9555
Diffstat (limited to 'httemplate/misc/process/batch-cust_pay.cgi')
-rw-r--r-- | httemplate/misc/process/batch-cust_pay.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/batch-cust_pay.cgi b/httemplate/misc/process/batch-cust_pay.cgi index 058a2251a..4da00c63d 100644 --- a/httemplate/misc/process/batch-cust_pay.cgi +++ b/httemplate/misc/process/batch-cust_pay.cgi @@ -42,6 +42,6 @@ % } else { % % -<% $cgi->redirect(popurl(3). "search/cust_pay.cgi?magic=paybatch;paybatch=$paybatch") %> +<% $cgi->redirect(popurl(3). "search/cust_pay.html?magic=paybatch;paybatch=$paybatch") %> % } |