[freeside-commits] freeside/httemplate/edit cust_main.cgi, 1.63, 1.64

Ivan,,, ivan at wavetail.420.am
Mon Aug 14 05:13:41 PDT 2006


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

Modified Files:
	cust_main.cgi 
Log Message:
sprinkle some magic ajax fairy dust on referring customer SELEKTAH.  rewind!  make smart search smarter, re-layout the top search bars and add an invoice one

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_main.cgi,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- cust_main.cgi	11 Aug 2006 08:02:26 -0000	1.63
+++ cust_main.cgi	14 Aug 2006 12:13:39 -0000	1.64
@@ -64,7 +64,9 @@
   @invoicing_list = ();
 }
 $cgi->delete_all();
+
 my $action = $custnum ? 'Edit' : 'Add';
+$action .= ": ". $cust_main->name if $custnum;
 
 my $r = qq!<font color="#ff0000">*</font>&nbsp;!;
 
@@ -139,7 +141,13 @@
 
   <TR>
     <TD ALIGN="right">Referring customer</TD>
-    <TD><INPUT TYPE="text" NAME="referral_custnum" VALUE=""></TD>
+    <TD>
+      <!-- <INPUT TYPE="text" NAME="referral_custnum" VALUE=""> -->
+      <%= include('/elements/search-cust_main.html',
+                    'field_name' => 'referral_custnum',
+                 )
+      %>
+    </TD>
   </TR>
 
 <% } else { %>



More information about the freeside-commits mailing list