Revision c5651754
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
1111 | 1111 |
$form->{discount} = []; |
1112 | 1112 |
|
1113 | 1113 |
$form->{TEMPLATE_ARRAYS} = { }; |
1114 |
IC->prepare_parts_for_printing(); |
|
1114 |
IC->prepare_parts_for_printing(myconfig => $myconfig, form => $form);
|
|
1115 | 1115 |
|
1116 | 1116 |
my $ic_cvar_configs = CVar->get_configs(module => 'IC'); |
1117 | 1117 |
|
Auch abrufbar als: Unified diff
OE::, DO::order_details und IC::prepare_parts_for_printing mit lokaler form ...
und myconfig arbeiten lassen
Betrifft #2247.