diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-08-01 13:16:42 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-08-01 13:16:42 -0700 |
commit | 55675d6cdd93f00b7c0ac93403e8c4d66567a729 (patch) | |
tree | 8cdcfe054c725489d25a4fce515234364e7c1a1d /httemplate/view/cust_main/payment_history/voided_invoice.html | |
parent | 338eca0837fdaddbda2a34ddf8af3f815de13d26 (diff) |
invoice voiding, RT#18677
Diffstat (limited to 'httemplate/view/cust_main/payment_history/voided_invoice.html')
-rw-r--r-- | httemplate/view/cust_main/payment_history/voided_invoice.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/payment_history/voided_invoice.html b/httemplate/view/cust_main/payment_history/voided_invoice.html index 422edb2f6..7bf206352 100644 --- a/httemplate/view/cust_main/payment_history/voided_invoice.html +++ b/httemplate/view/cust_main/payment_history/voided_invoice.html @@ -21,9 +21,8 @@ my $under = ''; my $invnum = $cust_bill_void->invnum; -#XXX use cust_bill.cgi or? my $link = $curuser->access_right('View invoices') - ? qq!<A HREF="${p}view/cust_bill.cgi?$invnum">! + ? qq!<A HREF="${p}view/cust_bill_void.html?$invnum">! : ''; my $unvoid = ''; #XXX unvoid |