IDEMPIERE-5277 - Fixed list on Report dialogue not filtering inactive print formats (#1305)

This commit is contained in:
Diego Ruiz 2022-04-27 06:23:58 +02:00 committed by GitHub
parent ac38581265
commit 4bbb4f36fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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