X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7cad87f84d2284d6836f17d672ce44c9c3418f2b..199bd497fa158b819070767fa737b2e23d164b96:/bin/mozilla/io.pl diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index c8f1ceef6..ae158c77e 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -944,6 +944,7 @@ sub order { require SL::Controller::Order; my $c = SL::Controller::Order->new(order => $order); + $c->setup_custom_shipto_from_form($order, $::form); $c->action_edit(); $main::lxdebug->leave_sub();