From 1d0c67ac17b4b8d9256d7ed8192611d808d2be0f Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 23 Aug 2010 20:05:39 +0000 Subject: support importing customer notes by agent_custid --- httemplate/misc/cust_main_note-import.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'httemplate/misc/cust_main_note-import.html') 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' => "Agent", + 'empty_label' => 'Select agent', + ) +%> + CSV filename @@ -22,6 +29,11 @@ Anything after the character sequence #! is ignored. + + custnum is reseller's customer number + + +

-- cgit v1.2.1