diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-13 14:28:34 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-13 14:28:34 -0800 |
commit | 2f4eb8cfbb07170dff09474e84adbf1c87284620 (patch) | |
tree | a9e4723d9222b83ef849d12a7c7e19c56d4c799a /httemplate/misc | |
parent | 3eb12bf89853de205ce653388e572a2760a8151f (diff) |
point all links to browse/reason_type.html instead of reason.html, cleanup from #38532
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/cust_credit-import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/cust_credit-import.html b/httemplate/misc/cust_credit-import.html index 9a63a04c5..937010dd6 100644 --- a/httemplate/misc/cust_credit-import.html +++ b/httemplate/misc/cust_credit-import.html @@ -69,7 +69,7 @@ Field information: <ul> <li><i>custnum</i>: Customer number <li><i>amount</i>: - <li><i>reasonnum</i>: <A HREF="<%$p%>browse/reason.html?class=R">Credit reason</A> + <li><i>reasonnum</i>: <A HREF="<%$p%>browse/reason_type.html?class=R">Credit reason</A> <li><i>invnum</i>: Invoice number </ul> <BR><BR> |