Seltsames Unicodezeichen in SL/IS.pm entfernt.
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 22 Dec 2010 09:15:39 +0000 (10:15 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 22 Dec 2010 09:15:39 +0000 (10:15 +0100)
Dachte Geoffrey sieht das noch, aber was solls, ist eh nur ein Zeichen.

SL/IS.pm

index f9f8046..d1358de 100644 (file)
--- a/SL/IS.pm
+++ b/SL/IS.pm
@@ -1277,7 +1277,7 @@ sub cogs {
 
     # total expenses and inventory
     # sellprice is the cost of the item
-    my $linetotal = $form->round_amount(($ref->{sellprice} * $qty) / ( ($ref->{price_factor} ̣|| 1) * ( $basefactor || 1 )), 2);
+    my $linetotal = $form->round_amount(($ref->{sellprice} * $qty) / ( ($ref->{price_factor} || 1) * ( $basefactor || 1 )), 2);
 
     if (!$main::eur) {
       $ref->{expense_accno} = ($form->{"expense_accno_$row"}) ? $form->{"expense_accno_$row"} : $ref->{expense_accno};