diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2019-07-26 11:14:05 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2019-07-26 11:14:05 -0700 |
| commit | 07ed221540128b8c75f4cb5a2af1e01b25fa8e18 (patch) | |
| tree | aeec9af09cc1b47752bdf4bc636ff1b64f41310c /httemplate/edit/part_export.cgi | |
| parent | 14f234a943f1e4b5bbc6fe90254b8f5ca677f028 (diff) | |
| parent | 2009d9cee8038aeff5b4313113fc23f546455cf5 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/part_export.cgi')
| -rw-r--r-- | httemplate/edit/part_export.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index f8a46c7fd..30e4218e2 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -296,7 +296,7 @@ my $widget = new HTML::Widgets::SelectLayers( $html .= '<TR><TD ALIGN="left" COLSPAN=2>' . include('/elements/progress-init.html', $part_export->exporttype, - [ $script.'_exportnum', $script.'_script' ], + [ $script.'_exportnum' ], rooturl().'view/svc_export/run_script.cgi', { 'error_url' => rooturl().$exports->{$layer}{scripts}{$script}->{error_url}."exportnum=".$part_export->{Hash}->{exportnum}, @@ -307,7 +307,6 @@ my $widget = new HTML::Widgets::SelectLayers( $script, ) . '<INPUT TYPE="hidden" NAME="'.$script.'_exportnum" VALUE="'.$part_export->{Hash}->{exportnum}.'"> - <INPUT TYPE="hidden" NAME="'.$script.'_script" VALUE="'.$script.'"> <A HREF="#" onClick="'.$script.'process();">'.$exports->{$layer}{scripts}{$script}->{html_label}.'</A></TD></TR>'; } |
