fix: make JV account against field a dynamic link

This commit is contained in:
Gursheen Anand 2023-10-11 15:55:02 +05:30
parent 952e8cf60c
commit aab5737ff3

View File

@ -37,6 +37,7 @@
"col_break3", "col_break3",
"is_advance", "is_advance",
"user_remark", "user_remark",
"against_type",
"against_account" "against_account"
], ],
"fields": [ "fields": [
@ -249,12 +250,13 @@
}, },
{ {
"fieldname": "against_account", "fieldname": "against_account",
"fieldtype": "Text", "fieldtype": "Dynamic Link",
"hidden": 1, "hidden": 1,
"label": "Against Account", "label": "Against Account",
"no_copy": 1, "no_copy": 1,
"oldfieldname": "against_account", "oldfieldname": "against_account",
"oldfieldtype": "Text", "oldfieldtype": "Text",
"options": "against_type",
"print_hide": 1 "print_hide": 1
}, },
{ {
@ -279,12 +281,20 @@
"hidden": 1, "hidden": 1,
"label": "Reference Detail No", "label": "Reference Detail No",
"no_copy": 1 "no_copy": 1
},
{
"fieldname": "against_type",
"fieldtype": "Link",
"hidden": 1,
"label": "Against Type",
"options": "DocType",
"print_hide": 1
} }
], ],
"idx": 1, "idx": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2023-06-16 14:11:13.507807", "modified": "2023-10-11 13:05:21.489496",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Journal Entry Account", "name": "Journal Entry Account",