From 4c54d0d558744ea0054bbb10a0938166fa5d8311 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 26 Nov 2013 12:14:35 +0100 Subject: Show paypal fee in transaction overview --- postgresqleu/paypal/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresqleu/paypal/admin.py') diff --git a/postgresqleu/paypal/admin.py b/postgresqleu/paypal/admin.py index 805f1fe6..ced7d6a5 100644 --- a/postgresqleu/paypal/admin.py +++ b/postgresqleu/paypal/admin.py @@ -2,7 +2,7 @@ from django.contrib import admin from models import * class TransactionInfoAdmin(admin.ModelAdmin): - list_display = ('timestamp', 'sourceaccount', 'sender', 'amount', 'transtext', 'matched', ) + list_display = ('timestamp', 'sourceaccount', 'sender', 'amount', 'fee', 'transtext', 'matched', ) list_filter = ('sourceaccount', 'matched', ) ordering = ('-timestamp', ) -- cgit v1.2.3