From 11243a4fb4a0a583182f96011fd18786f6f21975 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 29 Jun 2015 18:37:43 +0530 Subject: [PATCH] Show amount in Journal Entry list view --- erpnext/accounts/doctype/journal_entry/journal_entry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/journal_entry/journal_entry.json b/erpnext/accounts/doctype/journal_entry/journal_entry.json index 6eb395d486..249fcc46d3 100644 --- a/erpnext/accounts/doctype/journal_entry/journal_entry.json +++ b/erpnext/accounts/doctype/journal_entry/journal_entry.json @@ -53,7 +53,7 @@ "fieldname": "posting_date", "fieldtype": "Date", "in_filter": 1, - "in_list_view": 1, + "in_list_view": 0, "label": "Posting Date", "no_copy": 1, "oldfieldname": "posting_date", @@ -445,7 +445,7 @@ "icon": "icon-file-text", "idx": 1, "is_submittable": 1, - "modified": "2015-04-27 20:32:31.655580", + "modified": "2015-06-29 15:28:12.529019", "modified_by": "Administrator", "module": "Accounts", "name": "Journal Entry",