summaryrefslogtreecommitdiff
path: root/httemplate/misc/cust_main_note-import.html
diff options
context:
space:
mode:
authorjeff <jeff>2010-08-23 20:05:39 +0000
committerjeff <jeff>2010-08-23 20:05:39 +0000
commit1d0c67ac17b4b8d9256d7ed8192611d808d2be0f (patch)
tree4d4b30a4ea2cd6f205404488e1408ba2af26595a /httemplate/misc/cust_main_note-import.html
parent4289a88d7ac580599e4af7242f6af90aa2653cb8 (diff)
support importing customer notes by agent_custid
Diffstat (limited to 'httemplate/misc/cust_main_note-import.html')
-rw-r--r--httemplate/misc/cust_main_note-import.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/httemplate/misc/cust_main_note-import.html b/httemplate/misc/cust_main_note-import.html
index d8fefa732..cc1645d2e 100644
--- a/httemplate/misc/cust_main_note-import.html
+++ b/httemplate/misc/cust_main_note-import.html
@@ -13,6 +13,13 @@ Anything after the character sequence #! is ignored.
<% &ntable("#cccccc") %>
+<% include('/elements/tr-select-agent.html',
+ #'curr_value' => '', #$agentnum,
+ 'label' => "<B>Agent</B>",
+ 'empty_label' => 'Select agent',
+ )
+%>
+
<TR>
<TH ALIGN="right">CSV filename</TH>
<TD><INPUT TYPE="file" NAME="csvfile"></TD>
@@ -22,6 +29,11 @@ Anything after the character sequence #! is ignored.
<TD><INPUT TYPE="checkbox" NAME="fuzzies"></TD>
</TR>
+<TR>
+ <TH ALIGN="right">custnum is reseller's customer number</TH>
+ <TD><INPUT TYPE="checkbox" NAME="use_agent_custid"></TD>
+</TR>
+
</TABLE>
<BR><BR>