Skip to content

Commit

Permalink
#5659 Fix compilation error
Browse files Browse the repository at this point in the history
metasfresh/metasfresh#5659
#5659 Picklist in Picking Terminal v2 automatically picks, but shall not
  • Loading branch information
cristinamghita committed Oct 15, 2019
1 parent 20927d1 commit 28da1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void pickRow(final ProductsToPickRow row)
private PickHURequest createPickHURequest(final ProductsToPickRow row)
{
final PickingConfigV2 pickingConfig = getPickingConfig();
return productsToPickRowsRepository.createPickHURequest(row, pickingConfig);
return productsToPickRowsRepository.createPickHURequest(row, pickingConfig.isPickingReviewRequired());
}

}

0 comments on commit 28da1d9

Please sign in to comment.