Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c4c97beb

Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt

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

io.pl: unbenutzte Variable entfernt

Unterschiede anzeigen:

bin/mozilla/io.pl
$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/;

Auch abrufbar als: Unified diff