X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/79c048aa6a9699c5a994d7e21f4fd3ec8fa29693..fe6275f8eff9e0bab568cb6eba5ed70662148a88:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 04f93858f..3d6b32837 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -1318,6 +1318,8 @@ sub order_details { $form->{totalweight} = $form->format_amount($myconfig, $totalweight, 3); $form->{totalweight_nofmt} = $totalweight; + my $defaults = AM->get_defaults(); + $form->{weightunit} = $defaults->{weightunit}; my $tax = 0; foreach $item (sort keys %taxaccounts) {