Skip to content

Commit

Permalink
hotfix: filter does not work in "return HUs to customer" view (#7033)
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Jul 21, 2020
1 parent a7f8ae3 commit 0be2b94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ public Set<HuId> retrieveHUIdsEffective(
if (huQuery == null)
{
huQuery = handlingUnitsDAO.createHUQueryBuilder();
huQuery.setOnlyActiveHUs(false);
}
huQuery.setContext(PlainContextAware.newOutOfTrx());

Expand Down

0 comments on commit 0be2b94

Please sign in to comment.