Added payment type to modal and lists BOD-230

This commit is contained in:
Patrick Fic
2020-07-30 09:48:04 -07:00
parent 12a925c678
commit 40ffede622
12 changed files with 158 additions and 50 deletions

View File

@@ -78,6 +78,11 @@ export default function PaymentsListPaginated({
dataIndex: "memo",
key: "memo",
},
{
title: t("payments.fields.type"),
dataIndex: "type",
key: "type",
},
{
title: t("payments.fields.transactionid"),
dataIndex: "transactionid",