[freeside-commits] freeside/httemplate/edit cust_credit.cgi, 1.18, 1.19

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Dec 18 14:41:10 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv29154/httemplate/edit

Modified Files:
	cust_credit.cgi 
Log Message:
correct bad credit reason conflict resolution

Index: cust_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cust_credit.cgi	4 Dec 2007 18:20:58 -0000	1.18
+++ cust_credit.cgi	18 Dec 2007 22:41:07 -0000	1.19
@@ -30,7 +30,12 @@
 %#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>



More information about the freeside-commits mailing list