From 09188e4a2133864a1d78c04f61d4edec1b332fe7 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sun, 1 Mar 2020 22:16:27 +0530 Subject: [PATCH] fix: Remove fetch from loan_application.json --- .../doctype/loan_application/loan_application.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/loan_management/doctype/loan_application/loan_application.json b/erpnext/loan_management/doctype/loan_application/loan_application.json index 4c433029d7..a353a7740d 100644 --- a/erpnext/loan_management/doctype/loan_application/loan_application.json +++ b/erpnext/loan_management/doctype/loan_application/loan_application.json @@ -1,4 +1,5 @@ { + "actions": [], "autoname": "ACC-LOAP-.YYYY.-.#####", "creation": "2019-08-29 17:46:49.201740", "doctype": "DocType", @@ -122,7 +123,6 @@ }, { "depends_on": "eval: doc.is_term_loan == 1", - "fetch_from": "loan_type.repayment_method", "fetch_if_empty": 1, "fieldname": "repayment_method", "fieldtype": "Select", @@ -213,7 +213,8 @@ } ], "is_submittable": 1, - "modified": "2019-10-24 10:32:03.740558", + "links": [], + "modified": "2020-03-01 10:21:44.413353", "modified_by": "Administrator", "module": "Loan Management", "name": "Loan Application",