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/graph | |
parent | 2806e1967f8dbb7b15c41dd7c5bcc2eb121907f0 (diff) |
fix payment and refund searches by otaker (now usernum), RT#9555
Diffstat (limited to 'httemplate/graph')
-rw-r--r-- | httemplate/graph/money_time.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/graph/money_time.cgi b/httemplate/graph/money_time.cgi index 4e4157ea1..cde71be76 100644 --- a/httemplate/graph/money_time.cgi +++ b/httemplate/graph/money_time.cgi @@ -88,7 +88,7 @@ my %link = ( 'netsales' => "${p}search/cust_bill.html?agentnum=$agentnum;net=1;", 'credits' => "${p}search/cust_credit.html?agentnum=$agentnum;", 'netcredits' => "${p}search/cust_credit_bill.html?agentnum=$agentnum;", - 'payments' => "${p}search/cust_pay.cgi?magic=_date;agentnum=$agentnum;", + 'payments' => "${p}search/cust_pay.html?magic=_date;agentnum=$agentnum;", 'receipts' => "${p}search/cust_bill_pay.html?agentnum=$agentnum;", 'refunds' => "${p}search/cust_refund.html?magic=_date;agentnum=$agentnum;", 'netrefunds' => "${p}search/cust_credit_refund.html?agentnum=$agentnum;", |