Merged in feature/IO-2261-opensearch-replacements (pull request #766)
IO-2261 Missing loader handler for owner_owing, correct payment Approved-by: Patrick Fic
This commit is contained in:
@@ -170,7 +170,7 @@ export function PaymentsListPaginated({
|
|||||||
}
|
}
|
||||||
setPaymentContext({
|
setPaymentContext({
|
||||||
actions: { refetch: refetch },
|
actions: { refetch: refetch },
|
||||||
context: apolloResults ? record : apolloResults,
|
context: apolloResults ? apolloResults : record,
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -78,6 +78,7 @@ async function OpenSearchUpdateHandler(req, res) {
|
|||||||
clm_total
|
clm_total
|
||||||
comment
|
comment
|
||||||
ins_co_nm
|
ins_co_nm
|
||||||
|
owner_owing
|
||||||
ownr_co_nm
|
ownr_co_nm
|
||||||
ownr_fn
|
ownr_fn
|
||||||
ownr_ln
|
ownr_ln
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ async function OpenSearchUpdateHandler(req, res) {
|
|||||||
"clm_total",
|
"clm_total",
|
||||||
"comment",
|
"comment",
|
||||||
"ins_co_nm",
|
"ins_co_nm",
|
||||||
|
"owner_owing",
|
||||||
"ownr_co_nm",
|
"ownr_co_nm",
|
||||||
"ownr_fn",
|
"ownr_fn",
|
||||||
"ownr_ln",
|
"ownr_ln",
|
||||||
|
|||||||
Reference in New Issue
Block a user