Quickfix Kontofilter Offene Gegenbuchungen

This commit is contained in:
Manfred Kindl
2020-06-26 12:51:31 +02:00
parent 7604b0ae64
commit 433c2af8a5
+1 -1
View File
@@ -618,7 +618,7 @@ if($xmlformat=='rdf')
{
foreach ($prestd->result as $row)
{
if(checkfilter($row, $filter2))
if(checkfilter($row, $filter2, $buchungstyp_filter))
{
$student=new student();
if($uid = $student->getUid($row->prestudent_id))