add a new, extended CSV import format
[freeside.git] / httemplate / misc / process / cust_main-import.cgi
index 371929a..aff6b39 100644 (file)
@@ -10,8 +10,9 @@
         agentnum   => scalar($cgi->param('agentnum')),
         refnum     => scalar($cgi->param('refnum')),
         pkgpart    => scalar($cgi->param('pkgpart')),
-        'fields'    => [qw( cust_pkg.setup dayphone first last address1 address2
-                           city state zip comments                          )],
+        #'fields'    => [qw( cust_pkg.setup dayphone first last address1 address2
+        #                   city state zip comments                          )],
+        'format'   => scalar($cgi->param('format')),
       } )
     : 'No file';