Skip to content

Commit

Permalink
tweak(TB Export) fix groupcontext cache issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmhh committed Mar 13, 2024
1 parent 5ac96cc commit 2e0c5fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tine20/Sales/Export/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ protected function _startDataSource($_name)
}
}

protected function _startGroup()
{
$this->_groupByContext = [];
parent::_startGroup();
}


protected function _endDataSource($_name)
{
parent::_endDataSource($_name);
Expand Down

0 comments on commit 2e0c5fa

Please sign in to comment.