Merged in feature/IO-2261-opensearch-replacements (pull request #761)

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

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2023-05-05 17:56:14 +00:00
committed by Patrick Fic
3 changed files with 4 additions and 0 deletions

View File

@@ -686,6 +686,7 @@
- jobid - jobid
- invoice_number - invoice_number
- due_date - due_date
- exported_at
- vendorid - vendorid
- id - id
- date - date
@@ -5011,6 +5012,7 @@
update: update:
columns: columns:
- paymentnum - paymentnum
- exportedat
- type - type
- amount - amount
- date - date

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

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