IDEMPIERE-5277 - Fixed list on Report dialogue not filtering inactive print formats (#1305)
This commit is contained in:
parent
ac38581265
commit
4bbb4f36fd
|
@ -1329,6 +1329,7 @@ public class MPrintFormat extends X_AD_PrintFormat implements ImmutablePOSupport
|
|||
|
||||
query.setParameters(lsParameter);
|
||||
|
||||
query.setOnlyActiveRecords(true);
|
||||
query.setOrderBy(" ORDER BY AD_Client_ID DESC, IsDefault DESC, Name ");
|
||||
|
||||
// query print fomart just in this client
|
||||
|
|
Loading…
Reference in New Issue