From: Bernd Bleßmann Date: Mon, 13 Aug 2018 09:48:02 +0000 (+0200) Subject: io.pl: unbenutzte Variable entfernt X-Git-Tag: release-3.5.4~320 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c4c97bebe0fe89e657bfa8e662c9e1ec9517fa19;p=kivitendo-erp.git io.pl: unbenutzte Variable entfernt --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index bfe2819eb..d80d40210 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -142,7 +142,6 @@ sub display_row { $form->{weightunit} = $defaults->{weightunit}; my $is_purchase = (first { $_ eq $form->{type} } qw(request_quotation purchase_order purchase_delivery_order)) || ($form->{script} eq 'ir.pl'); - my $show_min_order_qty = first { $_ eq $form->{type} } qw(request_quotation purchase_order); my $is_delivery_order = $form->{type} =~ /_delivery_order$/; my $is_quotation = $form->{type} =~ /_quotation$/; my $is_invoice = $form->{type} =~ /invoice/;