Revision b8125c17
Von Bernd Bleßmann vor fast 10 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
442 | 442 |
push @hidden_vars, qw(orderitems_id converted_from_orderitems_id converted_from_invoice_id); |
443 | 443 |
} |
444 | 444 |
if ($is_invoice) { |
445 |
push @hidden_vars, qw(invoice_id converted_from_orderitems_id converted_from_delivery_order_items_id); |
|
445 |
push @hidden_vars, qw(invoice_id converted_from_orderitems_id converted_from_delivery_order_items_id converted_from_invoice_id);
|
|
446 | 446 |
} |
447 | 447 |
if ($::form->{type} =~ /credit_note/) { |
448 | 448 |
push @hidden_vars, qw(invoice_id converted_from_invoice_id); |
... | ... | |
451 | 451 |
map { $form->{"${_}_${i}"} = $form->format_amount(\%myconfig, $form->{"${_}_${i}"}) } qw(sellprice discount lastcost); |
452 | 452 |
push @hidden_vars, grep { defined $form->{"${_}_${i}"} } qw(sellprice discount not_discountable price_factor_id lastcost); |
453 | 453 |
push @hidden_vars, "stock_${stock_in_out}_sum_qty", "stock_${stock_in_out}"; |
454 |
push @hidden_vars, qw(delivery_order_items_id converted_from_orderitems_id); |
|
454 |
push @hidden_vars, qw(delivery_order_items_id converted_from_orderitems_id converted_from_delivery_order_items_id);
|
|
455 | 455 |
} |
456 | 456 |
|
457 | 457 |
my @HIDDENS = map { value => $_}, ( |
Auch abrufbar als: Unified diff
Nicht-editierbare CVars bei "als neu speichern/verwenden" richtig setzen.