]> wagnertech.de Git - mfinanz.git/blobdiff - SL/OE.pm
Unnötige Hiddens entfernen
[mfinanz.git] / SL / OE.pm
index 04f93858f2cab151a9484e84dd0da1eb9bd5e1e1..3d6b32837faa3460f674eb69651828a4550ee5d1 100644 (file)
--- 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) {