mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user