diff options
| author | levinse <levinse> | 2011-06-08 05:38:56 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-06-08 05:38:56 +0000 |
| commit | 09626339e4c85ad193e1a9da2b20af125f887243 (patch) | |
| tree | 33b6705547579a0ff55fb4af8c170767e9304277 /httemplate/elements | |
| parent | 0bdbb5e86c5855a07d658c78ce93b5ba6fe50f57 (diff) | |
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/did_order_item.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/elements/did_order_item.html b/httemplate/elements/did_order_item.html index b582683b7..d1f90f338 100644 --- a/httemplate/elements/did_order_item.html +++ b/httemplate/elements/did_order_item.html @@ -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> |
