Some more formatting fixes

This commit is contained in:
a-schild 2019-05-22 10:57:59 +02:00
parent 5f25398c5c
commit a823882f76

View File

@ -790,7 +790,7 @@ class AccountancyExport
$thisPieceNum= "";
$thisPieceAccountNr= "";
$aSize= count($objectLines);
foreach ( $objectLines as $aIndex=>$line )
foreach ($objectLines as $aIndex=>$line)
{
$sammelBuchung= false;
if ($aIndex-2 >= 0 && $objectLines[$aIndex-2]->piece_num == $line->piece_num)