enable CardFortress in test database, #71513
[freeside.git] / httemplate / misc / cust_main_note-import.html
index d8fefa7..cc1645d 100644 (file)
@@ -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>