Revision ac24d564
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
471 | 471 |
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount lastcost); |
472 | 472 |
push @hidden_vars, grep { defined $form->{"${_}_${i}"} } qw(sellprice discount not_discountable price_factor_id lastcost); |
473 | 473 |
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; |
474 |
push @hidden_vars, qw(delivery_order_items_id converted_from_orderitems_id converted_from_delivery_order_items_id); |
|
474 |
push @hidden_vars, qw(delivery_order_items_id converted_from_orderitems_id converted_from_delivery_order_items_id has_sernumber);
|
|
475 | 475 |
} |
476 | 476 |
|
477 | 477 |
my @HIDDENS = map { value => $_}, ( |
... | ... | |
1728 | 1728 |
$form->{"weight_$i"} = $info->{weight}; |
1729 | 1729 |
$form->{"part_type_$i"} = $info->{part_type}; |
1730 | 1730 |
$form->{"classification_id_$i"} = $info->{classification_id}; |
1731 |
$form->{"has_sernumber_$i"} = $info->{has_sernumber}; |
|
1731 | 1732 |
} |
1732 | 1733 |
|
1733 | 1734 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Lieferschein: Serienummer ist Pflichtfeld, wenn Artikel eine Serienummer hat