summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_credit.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-18 22:41:07 +0000
committerjeff <jeff>2007-12-18 22:41:07 +0000
commit9e5c157b7be4ddf6d518a413857de5427149b745 (patch)
tree966a74bcab484620f8708aface3fb26b3ca2e0ce /httemplate/edit/cust_credit.cgi
parent378bd3dcbe67b0ea00ab65aca2c59ff777137469 (diff)
correct bad credit reason conflict resolution
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-xhttemplate/edit/cust_credit.cgi7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi
index b6924f4d9..2fadb4763 100755
--- a/httemplate/edit/cust_credit.cgi
+++ b/httemplate/edit/cust_credit.cgi
@@ -30,7 +30,12 @@ Credit
%#print qq! <INPUT TYPE="checkbox" NAME="refund" VALUE="$refund">Also post refund!;
%
-<% include('/elements/tr-select-reason.html', 'reasonnum', 'R', '', '', '', 'document.credit_popup.submit',) %>
+<% include('/elements/tr-select-reason.html',
+ 'field' => 'reasonnum',
+ 'reason_class' => 'R',
+ 'control_button' => 'document.credit_popup.submit',
+ )
+%>
<TR>
<TD ALIGN="right">Auto-apply<BR>to invoices</TD>