From 0a3b346806615bd893048d2a5c26f8d126a12f4b Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 2 Aug 2010 19:49:26 +0000 Subject: add svc_elec_features merged from reference code RT#7643 --- httemplate/misc/cust_edi_data-onp.cgi | 57 +++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100755 httemplate/misc/cust_edi_data-onp.cgi (limited to 'httemplate/misc/cust_edi_data-onp.cgi') diff --git a/httemplate/misc/cust_edi_data-onp.cgi b/httemplate/misc/cust_edi_data-onp.cgi new file mode 100755 index 000000000..985637b0c --- /dev/null +++ b/httemplate/misc/cust_edi_data-onp.cgi @@ -0,0 +1,57 @@ +<% include("/elements/header.html",'Import EDI Info') %> + +
+ +Import a CSV file containing customer records. +

+ + + + +

+ +<%$req%> Required fields +

+ +<% &ntable("#cccccc") %> + +<% include('/elements/tr-select-agent.html', '', #$agentnum, + 'label' => "Agent", + 'empty_label' => 'Select agent', + ) +%> + + + Format + + + + + + + CSV filename + + +% #include('/elements/tr-select-part_referral.html') +% + + + + + +

+ + +
+ +<% include('/elements/footer.html') %> + +<%once> +my $req = qq!*!; + -- cgit v1.2.1