Added payment type to modal and lists BOD-230
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user