IO-2261 Missing loader handler for owner_owing, correct payment

This commit is contained in:
Allan Carr
2023-05-05 14:03:05 -07:00
parent baf06fee6c
commit 2dabf3c811
2 changed files with 2 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ export function PaymentsListPaginated({
} }
setPaymentContext({ setPaymentContext({
actions: { refetch: refetch }, actions: { refetch: refetch },
context: apolloResults ? record : apolloResults, context: apolloResults ? apolloResults : record,
}); });
}} }}
> >

View File

@@ -70,6 +70,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",