diff options
author | ivan <ivan> | 2002-03-20 21:31:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-20 21:31:49 +0000 |
commit | f1038a648b3d53db925b23519e7cd2a30c6837ed (patch) | |
tree | cda6c30496db688ed3fd702d111a76bc2c6d2e82 /httemplate/edit/process | |
parent | 74f795a943560dfc03f46642536386ce36355bb4 (diff) |
new export! infostreet and sqlradius provisioning switched over
(Bug #299 - doesn't close it, but all the groundwork is done)
also removes non-transactional ICRADIUS export from svc_acct.export
(closes: Bug#347)
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/part_export.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/process/part_export.cgi b/httemplate/edit/process/part_export.cgi index 9ee1c5974..8160527f6 100644 --- a/httemplate/edit/process/part_export.cgi +++ b/httemplate/edit/process/part_export.cgi @@ -6,6 +6,9 @@ my $exportnum = $cgi->param('exportnum'); my $old = qsearchs('part_export', { 'exportnum'=>$exportnum } ) if $exportnum; +#fixup options +my %options = map { $_=>$cgi->param($_) } $cgi->param('options'); + my $new = new FS::part_export ( { map { $_, scalar($cgi->param($_)); |