Doppelte Zeilen entfernt.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 3 Apr 2007 14:11:07 +0000 (14:11 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 3 Apr 2007 14:11:07 +0000 (14:11 +0000)
SL/OE.pm

index 5f1c6ce..0c14f17 100644 (file)
--- a/SL/OE.pm
+++ b/SL/OE.pm
@@ -1141,12 +1141,6 @@ sub order_details {
          $form->format_amount($myconfig, $form->{"${item}_rate"} * 100));
     push(@{ $form->{taxnumber} }, $form->{"${item}_taxnumber"});
   }
-  if($form->{taxincluded}) {
-    $form->{subtotal} = $form->format_amount($myconfig, $form->{total} - $tax, 2);
-  }
-  else {
-    $form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2);
-  }
   $yesdiscount = $form->{nodiscount_total} - $nodiscount;
   $form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2);
   $form->{discount_total} = $form->format_amount($myconfig, $form->{discount_total}, 2);