From 4fc89f725b1ef07a6f1687af0ddeb83988d493c1 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Nov 2006 12:22:27 +0000 Subject: [PATCH] add some docs on required fields to page --- httemplate/misc/cust_main-import.cgi | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/httemplate/misc/cust_main-import.cgi b/httemplate/misc/cust_main-import.cgi index f7a8d8b52..73efd3705 100644 --- a/httemplate/misc/cust_main-import.cgi +++ b/httemplate/misc/cust_main-import.cgi @@ -8,7 +8,10 @@ Import a CSV file containing customer records. -Extended file format is CSV, with the following field order: agent_custid, refnum[1], last, first, address1, address2, city, state, zip, country, daytime, night, ship_last, ship_first, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo, paycvv, paydate, invoicing_list, pkgpart, username, _password +Extended file format is CSV, with the following field order: agent_custid, refnum[1]<%$req%>, last<%$req%>, first<%$req%>, address1<%$req%>, address2, city<%$req%>, state<%$req%>, zip<%$req%>, country, daytime, night, ship_last, ship_first, ship_address1, ship_address2, ship_city, ship_state, ship_zip, ship_country, payinfo<%$req%>, paycvv, paydate<%$req%>, invoicing_list, pkgpart, username[2], _password[2] +

+ +<%$req%> Required fields

[1] This field has special treatment upon import: If a string is passed instead @@ -16,6 +19,9 @@ of an integer, the string is searched for and if necessary auto-created in the target table.

+[2] username and _password are required if pkgpart is specified. +

+ <% &ntable("#cccccc") %> <% include('/elements/tr-select-agent.html', '', #$agentnum, @@ -65,3 +71,6 @@ target table. <% include('/elements/footer.html') %> +<%once> +my $req = qq!*!; + -- 2.11.0