[freeside-commits] freeside/httemplate/elements did_order_item.html, 1.4, 1.5

Erik Levinson levinse at wavetail.420.am
Tue Jun 7 22:37:41 PDT 2011


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

Modified Files:
	did_order_item.html 
Log Message:
DID inventory/import / bulk DID orders - phase 2, RT12754

Index: did_order_item.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/did_order_item.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- did_order_item.html	22 Apr 2011 23:17:39 -0000	1.4
+++ did_order_item.html	8 Jun 2011 05:37:38 -0000	1.5
@@ -98,6 +98,18 @@
           <BR><FONT SIZE="-1">State</FONT>
       </TD>
 
+%     $value = $item->get('custnum');
+      <TD><INPUT TYPE  = "text"
+                 NAME  = "<%$name%>_custnum"
+                 ID    = "<%$id%>_custnum"
+                 SIZE  = "7"
+                 VALUE = "<% scalar($cgi->param($name."_custnum"))
+                             || $value |h %>"
+                 <% $onchange %>
+          >
+          <BR><FONT SIZE="-1">Customer #</FONT>
+      </TD>
+
     </TR>
   </TABLE>
 



More information about the freeside-commits mailing list