From 9c15d0526f5171b2066dc6f4bf07c4992df841fa Mon Sep 17 00:00:00 2001 From: rizwanisready Date: Tue, 5 Mar 2024 22:12:03 +0530 Subject: [PATCH] change in transaction list --- templates/manage_wallets/payment_list.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/templates/manage_wallets/payment_list.html b/templates/manage_wallets/payment_list.html index 08e384c..3c116c4 100644 --- a/templates/manage_wallets/payment_list.html +++ b/templates/manage_wallets/payment_list.html @@ -36,9 +36,18 @@ Principal + Principal Type + Princiapl Subscription Transaction Type + Payment Method Transaction Status @@ -58,16 +67,12 @@ {{transaction_obj.id}} {{transaction_obj.principal}} + {{transaction_obj.principal.principal_type}} {{transaction_obj.principal_subscription}} {{transaction_obj.transaction_type}} {{transaction_obj.payment_method}} {{transaction_obj.transaction_status}} - {{transaction_obj.amount}} - {{transaction_obj.comment}} - {{transaction_obj.order_id}} - {{transaction_obj.product_id}} - {{transaction_obj.reference_id}} - + {{transaction_obj.amount}} {% endfor %}