From a23c0e27596c1e5a30ed26c746c07edb8d31a77c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 11 Aug 2016 10:59:43 -0600 Subject: [PATCH] Fix display of transaction post on accounts detail Bad copy-paste, I assume --- templates/account.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/account.html b/templates/account.html index b6272e0..eaf7769 100644 --- a/templates/account.html +++ b/templates/account.html @@ -16,7 +16,7 @@ {{ record.name }} {{ record.type }} {{ record.amount }} - {{ account.posted }} + {{ record.posted }}