X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/03d3d025ea4c8bea085fc7cdf1fe7be0b513eb63..cac2ae9bcd47fc55d35c37e25dbb03cd6ac6edeb:/SL/IS.pm diff --git a/SL/IS.pm b/SL/IS.pm index b9c3e0aeb..23b6f80f7 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -430,6 +430,7 @@ sub invoice_details { $form->set_payment_options($myconfig, $form->{invdate}); $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->{username} = $myconfig->{name};