Revision 961adb71
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
|
||
# 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};
|
Auch abrufbar als: Unified diff
Seltsames Unicodezeichen in SL/IS.pm entfernt.
Dachte Geoffrey sieht das noch, aber was solls, ist eh nur ein Zeichen.