io.pl: unbenutzte Variable entfernt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 13 Aug 2018 09:48:02 +0000 (11:48 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 13 Aug 2018 09:48:02 +0000 (11:48 +0200)
bin/mozilla/io.pl

index bfe2819..d80d402 100644 (file)
@@ -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/;