diff options
author | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-08-02 19:49:26 +0000 |
commit | 0a3b346806615bd893048d2a5c26f8d126a12f4b (patch) | |
tree | 6912cbc88774bfa513e95a58e05e7ce76fbc04c1 /httemplate/misc/process/transaction810-import.cgi | |
parent | 995a145c931164347683071c95c6754379d36604 (diff) |
add svc_elec_features merged from reference code RT#7643svc_elec_features
Diffstat (limited to 'httemplate/misc/process/transaction810-import.cgi')
-rwxr-xr-x | httemplate/misc/process/transaction810-import.cgi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/httemplate/misc/process/transaction810-import.cgi b/httemplate/misc/process/transaction810-import.cgi new file mode 100755 index 000000000..ab31bc615 --- /dev/null +++ b/httemplate/misc/process/transaction810-import.cgi @@ -0,0 +1,23 @@ +% +% +% my $fh = $cgi->upload('csvfile'); +% #warn $cgi; +% #warn $fh; +% +% my $error = FS::transaction810::testing( { +% filehandle => $fh, +% 'format' => scalar($cgi->param('format')), +% } ); +% +% if ( $error ) { +% + +<b><% $error %></b> +% +% } else { +% +<b>Not Successful!</b> +% +% } +% + |