Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c4c97beb

Von Bernd Bleßmann vor fast 6 Jahren hinzugefügt

  • ID c4c97bebe0fe89e657bfa8e662c9e1ec9517fa19
  • Vorgänger 9aa58dc1
  • Nachfolger 42442d1f

io.pl: unbenutzte Variable entfernt

Unterschiede anzeigen:

bin/mozilla/io.pl
142 142
  $form->{weightunit} = $defaults->{weightunit};
143 143

  
144 144
  my $is_purchase        = (first { $_ eq $form->{type} } qw(request_quotation purchase_order purchase_delivery_order)) || ($form->{script} eq 'ir.pl');
145
  my $show_min_order_qty =  first { $_ eq $form->{type} } qw(request_quotation purchase_order);
146 145
  my $is_delivery_order  = $form->{type} =~ /_delivery_order$/;
147 146
  my $is_quotation       = $form->{type} =~ /_quotation$/;
148 147
  my $is_invoice         = $form->{type} =~ /invoice/;

Auch abrufbar als: Unified diff