diff options
author | jeff <jeff> | 2006-08-27 19:30:38 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-08-27 19:30:38 +0000 |
commit | 4142ac8edaafd2791cd89116e2a6883f0be99366 (patch) | |
tree | 861a91c14f19c8811d99fca1f6db4932348f286b /httemplate/edit/cust_credit.cgi | |
parent | 6af1b1bfa25e5ececef5e0dcd38b55917121cee2 (diff) |
correct bad conflict resolution
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 803798ef8..13d062c74 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -25,9 +25,6 @@ Credit <TD ALIGN="right">Amount</TD> <TD BGCOLOR="#ffffff">$<INPUT TYPE="text" NAME="amount" VALUE="<% $amount %>" SIZE=8 MAXLENGTH=8></TD> </TR> -% -%#print qq! <INPUT TYPE="checkbox" NAME="refund" VALUE="$refund">Also post refund!; -% % %#print qq! <INPUT TYPE="checkbox" NAME="refund" VALUE="$refund">Also post refund!; @@ -81,4 +78,3 @@ my $otaker = getotaker; my $p1 = popurl(1); </%init> - |