Faktor ist jetzt standardmäßig 1.0

This commit is contained in:
Andreas Österreicher
2008-04-11 11:21:15 +00:00
parent 6c321fc014
commit 2e842fc408
+1 -1
View File
@@ -352,7 +352,7 @@ if(!$error)
if($row->planfaktor!='')
$lem->faktor = $row->planfaktor;
else
$lem->faktor = '0';
$lem->faktor = '1.0';
}
else
{