diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 10:30:54 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-09 10:30:54 -0800 |
commit | 93e3a52f23c3473207f29f36cda06adfe221353f (patch) | |
tree | 350bda2d2d5906f1f2d8756e30a59fc61bf786b5 /httemplate/edit/cust_credit.cgi | |
parent | b62f98268b17471c7b195d7d193b33c4a6915892 (diff) |
create credits by selecting line items, RT#18676
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 6e8a9c989..4dba1e769 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -34,6 +34,7 @@ <TD> <INPUT TYPE="text" NAME="addlinfo" VALUE="<% $cgi->param('addlinfo') |h %>"> </TD> + </TR> % if ( $conf->exists('credits-auto-apply-disable') ) { <INPUT TYPE="HIDDEN" NAME="apply" VALUE="no"> |