X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9ac80938379c017dda977dba51053c2983e3eb17..dcb372751d2a810aabcb850532a72f3c3133c5f5:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 326e89c70..e36a635ee 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1387,6 +1387,8 @@ sub order_details { $form->{delivery_term} = SL::DB::Manager::DeliveryTerm->find_by(id => $form->{delivery_term_id} || undef); $form->{delivery_term}->description_long($form->{delivery_term}->translated_attribute('description_long', $form->{language_id})) if $form->{delivery_term} && $form->{language_id}; + $::form->{order} = SL::DB::Manager::Order->find_by(id => $::form->{id}); + $main::lxdebug->leave_sub(); }