diff options
author | jeff <jeff> | 2007-12-04 18:19:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-12-04 18:19:08 +0000 |
commit | 2c6b7c910668dc09dff9ec34b169a240850f16c0 (patch) | |
tree | b0b9097ddab86f3ee59d95ec6d267b4514693d92 /httemplate/edit/cust_credit.cgi | |
parent | b15c501be0d1d1331758916ec3bb1b4aab3b78ef (diff) |
change credit reasons from freetext to new reason/reason type system (#2777)
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 13d062c74..b6924f4d9 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -5,7 +5,7 @@ <BR><BR> % } -<FORM ACTION="<% $p1 %>process/cust_credit.cgi" METHOD=POST> +<FORM NAME="credit_popup" ACTION="<% $p1 %>process/cust_credit.cgi" METHOD=POST> <INPUT TYPE="hidden" NAME="crednum" VALUE=""> <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> <INPUT TYPE="hidden" NAME="paybatch" VALUE=""> @@ -30,10 +30,7 @@ Credit %#print qq! <INPUT TYPE="checkbox" NAME="refund" VALUE="$refund">Also post refund!; % - <TR> - <TD ALIGN="right">Reason</TD> - <TD BGCOLOR="#ffffff"><INPUT TYPE="text" NAME="reason" VALUE="<% $reason %>" SIZE=32></TD> - </TR> +<% include('/elements/tr-select-reason.html', 'reasonnum', 'R', '', '', '', 'document.credit_popup.submit',) %> <TR> <TD ALIGN="right">Auto-apply<BR>to invoices</TD> |