Revision c5651754
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1393 | 1393 |
|
1394 | 1394 |
# create the form variables |
1395 | 1395 |
if ($form->{type} =~ /_delivery_order$/) { |
1396 |
DO->order_details(); |
|
1396 |
DO->order_details(\%myconfig, \%$form);
|
|
1397 | 1397 |
} elsif ($order) { |
1398 | 1398 |
OE->order_details(\%myconfig, \%$form); |
1399 | 1399 |
} else { |
Auch abrufbar als: Unified diff
OE::, DO::order_details und IC::prepare_parts_for_printing mit lokaler form ...
und myconfig arbeiten lassen
Betrifft #2247.