This commit is contained in:
Andreas Österreicher
2008-09-22 15:47:56 +00:00
parent fe725dad38
commit f821747237
10 changed files with 428 additions and 17 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ class konto
{
if ($row->differenz == 0)
{
$this->buchungsdatum = $buch_date[1];
$this->buchungsdatum = isset($buch_date[1])?$buch_date[1]:'';
return true;
}
else