Skip to content

Commit

Permalink
5447-app - Optionally include C_Location changes..
Browse files Browse the repository at this point in the history
bugfix; also incluse inactive C_Locations in the derived change log
#5447

(cherry picked from commit b68983b)
  • Loading branch information
metas-ts committed Aug 27, 2019
1 parent c009f4c commit 33bda5b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -214,7 +214,7 @@ private static ImmutableListMultimap<TableRecordReference, I_C_Location> extract

final List<I_C_Location> locationRecords = Services.get(IQueryBL.class)
.createQueryBuilder(I_C_Location.class)
.addOnlyActiveRecordsFilter()
// .addOnlyActiveRecordsFilter() we also deal with records' "inactive" flag, at least in the REST-API; therefore we here also need to load inactive C_Locations
.addInArrayFilter(I_C_Location.COLUMN_C_Location_ID, allLocationIds)
.create()
.list();
Expand Down

0 comments on commit 33bda5b

Please sign in to comment.