[freeside-commits] freeside/httemplate/elements search-cust_main.html, 1.3, 1.3.4.1

Ivan,,, ivan at wavetail.420.am
Thu Feb 4 02:00:35 PST 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv17618/httemplate/elements

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	search-cust_main.html 
Log Message:
add ability to edit referring customer, RT#7174

Index: search-cust_main.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/search-cust_main.html,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -u -d -r1.3 -r1.3.4.1
--- search-cust_main.html	19 Oct 2008 00:38:08 -0000	1.3
+++ search-cust_main.html	4 Feb 2010 10:00:33 -0000	1.3.4.1
@@ -1,3 +1,15 @@
+<%doc>
+
+Example:
+
+  include( '/elements/search-cust_main.html,
+             'field_name'  => 'custnum',
+             'find_button' => 1, #add a "find" button to the field
+             'curr_value'  => 54, #current value
+             'value        => 32, #deprecated synonym for curr_value
+  );
+
+</%doc>
 <INPUT TYPE="hidden" NAME="<% $opt{'field_name'} %>" VALUE="<% $value %>">
 
 <!-- some false laziness w/ misc/batch-cust_pay.html, though not as bad as i'd thought at first... -->



More information about the freeside-commits mailing list