IO-2261 Add in missing field "date" for Payments

This commit is contained in:
Allan Carr
2023-05-05 10:54:41 -07:00
parent ac72177fbb
commit 2de3f8b022
2 changed files with 2 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ async function OpenSearchUpdateHandler(req, res) {
id id
amount amount
created_at created_at
date
exportedat exportedat
memo memo
payer payer

View File

@@ -169,6 +169,7 @@ async function OpenSearchUpdateHandler(req, res) {
"id", "id",
"amount", "amount",
"created_at", "created_at",
"date",
"exportedat", "exportedat",
"memo", "memo",
"payer", "payer",