Revision c4c97beb
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
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
io.pl: unbenutzte Variable entfernt