summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_export.cgi
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-03-29 11:16:09 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-03-29 11:16:09 -0400
commit983bf2cafbc04efe2368c67d88610ebfbbbae00a (patch)
tree12105108b888b617171a9dcc8b9b6555b4a9547f /httemplate/edit/part_export.cgi
parentc128c075054a208e97a6815d5920892a0b75d33b (diff)
RT78356 - fixed exportname error added missing file
Diffstat (limited to 'httemplate/edit/part_export.cgi')
-rw-r--r--httemplate/edit/part_export.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/part_export.cgi b/httemplate/edit/part_export.cgi
index 381fbca..f6ec208 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},