Revert "fix: make JV account against field a dynamic link"

This reverts commit aab5737ff3b95cd38de9240666854805bbb272a4.
This commit is contained in:
Deepesh Garg 2024-01-14 11:10:22 +05:30
parent beb169cf75
commit 8ee6dbc1e2

View File

@ -37,9 +37,7 @@
"col_break3", "col_break3",
"is_advance", "is_advance",
"user_remark", "user_remark",
"against_type", "against_account"
"against_account",
"against_account_link"
], ],
"fields": [ "fields": [
{ {
@ -252,21 +250,14 @@
"print_hide": 1 "print_hide": 1
}, },
{ {
"fieldname": "against_account", "fieldname": "against_account",
"fieldtype": "Text", "fieldtype": "Text",
"hidden": 1, "hidden": 1,
"label": "Against Account",
"no_copy": 1,
"oldfieldname": "against_account",
"oldfieldtype": "Text",
"print_hide": 1
},
{
"fieldname": "against_account_link",
"fieldtype": "Dynamic Link",
"label": "Against Account", "label": "Against Account",
"no_copy": 1, "no_copy": 1,
"options": "against_type" "oldfieldname": "against_account",
"oldfieldtype": "Text",
"print_hide": 1
}, },
{ {
"collapsible": 1, "collapsible": 1,
@ -290,18 +281,12 @@
"hidden": 1, "hidden": 1,
"label": "Reference Detail No", "label": "Reference Detail No",
"no_copy": 1 "no_copy": 1
},
{
"fieldname": "against_type",
"fieldtype": "Link",
"label": "Against Type",
"options": "DocType"
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-12-02 23:21:22.205409", "modified": "2023-12-03 23:21:22.205409",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Journal Entry Account", "name": "Journal Entry Account",