From: Sven Schöling Date: Wed, 22 Dec 2010 09:15:39 +0000 (+0100) Subject: Seltsames Unicodezeichen in SL/IS.pm entfernt. X-Git-Tag: release-2.6.2beta1~67 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;ds=inline;h=961adb711b696ce77a1b0fa60b2d7cd97d7de2c5;p=kivitendo-erp.git Seltsames Unicodezeichen in SL/IS.pm entfernt. Dachte Geoffrey sieht das noch, aber was solls, ist eh nur ein Zeichen. --- diff --git a/SL/IS.pm b/SL/IS.pm index f9f8046f7..d1358dec5 100644 --- 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};