From 8ae7ca7f14c8c575713e76223e43ff2ef6bc9ae5 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Sun, 14 Jan 2024 10:56:17 +0530 Subject: [PATCH] Revert "fix: use dynamic link for against field" This reverts commit 725a7f90e9a873335caaa588d73ddb3de7383c33. --- erpnext/accounts/doctype/gl_entry/gl_entry.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/erpnext/accounts/doctype/gl_entry/gl_entry.json b/erpnext/accounts/doctype/gl_entry/gl_entry.json index 09912e9896..7f41fb62b0 100644 --- a/erpnext/accounts/doctype/gl_entry/gl_entry.json +++ b/erpnext/accounts/doctype/gl_entry/gl_entry.json @@ -17,7 +17,6 @@ "account_currency", "debit_in_account_currency", "credit_in_account_currency", - "against_type", "against", "against_link", "against_voucher_type", @@ -131,13 +130,6 @@ "label": "Credit Amount in Account Currency", "options": "account_currency" }, - { - "fieldname": "against_type", - "fieldtype": "Link", - "in_filter": 1, - "label": "Against Type", - "options": "DocType" - }, { "fieldname": "against", "fieldtype": "Text", @@ -146,13 +138,6 @@ "oldfieldname": "against", "oldfieldtype": "Text" }, - { - "fieldname": "against_link", - "fieldtype": "Dynamic Link", - "in_filter": 1, - "label": "Against", - "options": "against_type" - }, { "fieldname": "against_voucher_type", "fieldtype": "Link", @@ -306,7 +291,7 @@ "idx": 1, "in_create": 1, "links": [], - "modified": "2023-12-18 15:38:14.006208", + "modified": "2023-08-16 21:38:44.072267", "modified_by": "Administrator", "module": "Accounts", "name": "GL Entry",