From: Joshua Goodman Date: Tue, 25 Feb 2014 05:40:17 +0000 (+0000) Subject: updated ui to use a dropdown of existing reason types instead of text box X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=daa3524d4f512f2bf671c6b07c606ba3eec1fefc updated ui to use a dropdown of existing reason types instead of text box --- diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index df42e63ae..9f7ac8dee 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -106,14 +106,17 @@ % } - - Reason - - +<& /elements/tr-select-reason.html, + 'field' => 'reasonnum', + 'reason_class' => 'F', + 'control_button' => "document.getElementById('confirm_refund_button')", + 'cgi' => $cgi, +&> +
- +