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