X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fcust_main_note-import.html;h=003fc07a8e6197c9ecf7f03fb541626671556a57;hp=d8fefa73262b334ac95b3c502374799f7dd1e3ed;hb=79c8be3bd0c5db42794b36bf5b5dd25addba67cb;hpb=9f4b217a918ce2fd00138fb91f50ee21a2a77bae diff --git a/httemplate/misc/cust_main_note-import.html b/httemplate/misc/cust_main_note-import.html index d8fefa732..003fc07a8 100644 --- a/httemplate/misc/cust_main_note-import.html +++ b/httemplate/misc/cust_main_note-import.html @@ -8,11 +8,20 @@ Import a CSV file containing customer notes records. File format is CSV, with the following field order: [custnum,] last, first, notefield1, notefield2, notefield3...
The optional custnum field is identified by being numeric. -Anything after the character sequence #! is ignored. +Anything after the character sequence #! is ignored. If a notefield starts +like classnum|, with a number followed by the pipe symbol (|), then it +the note will be imported into that note class.

<% &ntable("#cccccc") %> +<% include('/elements/tr-select-agent.html', + #'curr_value' => '', #$agentnum, + 'label' => "Agent", + 'empty_label' => 'Select agent', + ) +%> + CSV filename @@ -22,6 +31,11 @@ Anything after the character sequence #! is ignored. + + custnum is reseller's customer number + + +