[freeside-commits] freeside/httemplate/elements did_order_item.html, 1.1.2.5, 1.1.2.6
Erik Levinson
levinse at wavetail.420.am
Tue Jun 7 22:37:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv9785/httemplate/elements
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.1.2.5
retrieving revision 1.1.2.6
diff -u -w -d -r1.1.2.5 -r1.1.2.6
--- did_order_item.html 22 Apr 2011 23:17:40 -0000 1.1.2.5
+++ did_order_item.html 8 Jun 2011 05:37:40 -0000 1.1.2.6
@@ -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