IDEMPIERE-6078 2Pack issue for AD_Role_OrgAccess (#2303)

This commit is contained in:
hengsin 2024-04-09 21:11:00 +08:00 committed by Carlos Ruiz
parent 81660c7fc7
commit bca41fb13d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class OrgRoleElementHandler extends AbstractElementHandler {
PoExporter filler = new PoExporter(ctx, document, po);
List<String> excludes = defaultExcludeList(X_AD_Role_OrgAccess.Table_Name);
filler.export(excludes);
filler.export(excludes, true);
}
@Override