X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8abd9ce32e946691e0953f9a8e2c183183d7854e..0c404f20f1f066a1e6fc9c4bacf4bd70eec719e4:/bin/mozilla/wh.pl?ds=sidebyside diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index f76b4e969..b8cda2b2c 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -105,8 +105,6 @@ sub transfer_warehouse_selection { my $content; - $form->{jsscript} = 1; - if ($form->{trans_type} eq 'removal') { $form->{nextsub} = "removal_parts_selection"; $form->{title} = $locale->text('Removal from Warehouse'); @@ -657,8 +655,6 @@ sub journal { show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); - $form->{jsscript} = 1; - $form->header(); print $form->parse_html_template("wh/journal_filter", { "UNITS" => AM->unit_select_data(AM->retrieve_units(\%myconfig, $form)) }); @@ -803,8 +799,6 @@ sub report { show_no_warehouses_error() if (!scalar @{ $form->{WAREHOUSES} }); - $form->{jsscript} = 1; - $form->{title} = $locale->text("Report about warehouse contents"); $form->header();