Some more formatting fixes
This commit is contained in:
parent
5f25398c5c
commit
a823882f76
@ -790,7 +790,7 @@ class AccountancyExport
|
|||||||
$thisPieceNum= "";
|
$thisPieceNum= "";
|
||||||
$thisPieceAccountNr= "";
|
$thisPieceAccountNr= "";
|
||||||
$aSize= count($objectLines);
|
$aSize= count($objectLines);
|
||||||
foreach ( $objectLines as $aIndex=>$line )
|
foreach ($objectLines as $aIndex=>$line)
|
||||||
{
|
{
|
||||||
$sammelBuchung= false;
|
$sammelBuchung= false;
|
||||||
if ($aIndex-2 >= 0 && $objectLines[$aIndex-2]->piece_num == $line->piece_num)
|
if ($aIndex-2 >= 0 && $objectLines[$aIndex-2]->piece_num == $line->piece_num)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user