Skip to content

Commit

Permalink
solve the problem
Browse files Browse the repository at this point in the history
looks like the problem was introduced here:
dcab1dd#diff-8feb19328e68424b1c0a4964ed32e95fL204

C_Printing_Queue_ReEnqueue with IsSelected doesn't work #3160
  • Loading branch information
metas-ts committed Dec 7, 2017
1 parent 7c6be68 commit b8a8925
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,7 +23,7 @@

/**
* Re-enqueue {@link I_C_Printing_Queue} items.
*
*
* @author tsa
* @task http://dewiki908/mediawiki/index.php/04468_Belege_erneut_in_Druckerwarteschlange_%282013062710000119%29
*/
Expand Down Expand Up @@ -183,7 +183,7 @@ private int createWindowSelectionId(int selectionId)
final IQueryFilter<I_C_Printing_Queue> processQueryFilter = getProcessInfo().getQueryFilter();

final IQuery<I_C_Printing_Queue> query = queryBL
.createQueryBuilder(I_C_Printing_Queue.class, getCtx(), getTrxName())
.createQueryBuilder(I_C_Printing_Queue.class, getCtx(), ITrx.TRXNAME_None)
.addOnlyActiveRecordsFilter()
.filter(processQueryFilter)
.create()
Expand Down

0 comments on commit b8a8925

Please sign in to comment.