diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-03-29 11:16:09 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-29 11:18:54 -0400 |
commit | 0a007372bf4d39c9af24d2a348b0f12462c6391f (patch) | |
tree | 8b4ac0d7018f963becc7ffca90a796920e28c276 /httemplate/edit/part_export.cgi | |
parent | da355fb20a69bbe5710ce7dca16e2c84a207a084 (diff) |
RT78356 - fixed exportname error added missing file
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r-- | httemplate/edit/part_export.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi index 381fbcaf8..f6ec208be 100644 --- a/httemplate/edit/part_export.cgi +++ b/httemplate/edit/part_export.cgi @@ -293,7 +293,7 @@ my $widget = new HTML::Widgets::SelectLayers( foreach my $script ( keys %{$exports->{$layer}{scripts}} ) { $html .= '<TR><TD ALIGN="left" COLSPAN=2>' . include('/elements/progress-init.html', - $part_export->exportname, + $part_export->exporttype, [ $script.'_exportnum', $script.'_script' ], rooturl().'view/svc_export/run_script.cgi', rooturl().'edit/part_export.cgi?'.$part_export->{Hash}->{exportnum}, |