From c4c97bebe0fe89e657bfa8e662c9e1ec9517fa19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Mon, 13 Aug 2018 11:48:02 +0200 Subject: [PATCH] io.pl: unbenutzte Variable entfernt --- bin/mozilla/io.pl | 1 - 1 file changed, 1 deletion(-) 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/; -- 2.20.1