Skip to content

Use a separate browse list to compute amounts from non cached states

The browse record list loops over the ids of the list to complete the read batch. So move the record without cache at the end does not prevent to read the lines of the first records with cache. A separate browse list must be used for the records without cache to prevent to read lines from record with cache.

Closes #13396 (closed)

Merge request reports