Skip to content

Commit 7cfac38

Browse files
committed
MODEUR-166 etc: add view to normalise usage data
- view for collapsing multiple invoices (and other data items) for an agreement line to avoid repeat counting of usage for every invoice etc.
1 parent ac09b4e commit 7cfac38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/folio/eusage/reports/api/EusageReportsApi.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ static String agreementEntriesTable(TenantPgPool pool) {
8484
static String deduplicatedAgreementsView(TenantPgPool pool) {
8585
return pool.getSchema() + ".unique_agreement_entries_with_aggregated_invoices";
8686
}
87+
8788
static String statusTable(TenantPgPool pool) {
8889
return pool.getSchema() + ".status";
8990
}

0 commit comments

Comments
 (0)