From 2883662ccb579372ed4ee718bb76a021507afec9 Mon Sep 17 00:00:00 2001 From: tunde <tundebabzy@gmail.com> Date: Tue, 29 Aug 2017 21:04:46 +0100 Subject: [PATCH] change `due_date` to `reference_due_date` in Journal Entry Account --- .../journal_entry_account/journal_entry_account.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json b/erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json index 6d95ac30c1..48d5ed2ca9 100644 --- a/erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json +++ b/erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json @@ -669,8 +669,8 @@ "collapsible": 0, "columns": 0, "depends_on": "eval:doc.reference_type&&!in_list(doc.reference_type, ['Expense Claim', 'Asset', 'Employee Loan'])", - "fieldname": "due_date", - "fieldtype": "Date", + "fieldname": "reference_due_date", + "fieldtype": "Select", "hidden": 0, "ignore_user_permissions": 0, "ignore_xss_filter": 0, @@ -681,6 +681,7 @@ "label": "Reference Due Date", "length": 0, "no_copy": 0, + "options": "", "permlevel": 0, "precision": "", "print_hide": 0, @@ -826,7 +827,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2017-08-27 17:50:58.793144", + "modified": "2017-08-30 08:44:54.295493", "modified_by": "Administrator", "module": "Accounts", "name": "Journal Entry Account",