Skip to content

Commit

Permalink
Reset internal pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
HorstOeko committed Nov 11, 2024
1 parent 6c102e6 commit bacbe67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ZugferdDocumentReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3448,7 +3448,6 @@ public function nextDocumentPosition(): bool
$this->positionProductCharacteristicPointer = 0;
$this->positionProductClassificationPointer = 0;
$this->positionReferencedProductPointer = 0;
$this->positionAddRefDocPointer = 0;

$tradeLineItem = $this->getInvoiceValueByPath("getSupplyChainTradeTransaction.getIncludedSupplyChainTradeLineItem", []);
return isset($tradeLineItem[$this->positionPointer]);
Expand Down

0 comments on commit bacbe67

Please sign in to comment.