Revert "fix: use dynamic link for against field"

This reverts commit 725a7f90e9.
This commit is contained in:
Deepesh Garg
2024-01-14 10:56:17 +05:30
parent 5fc29ac913
commit 8ae7ca7f14

View File

@@ -17,7 +17,6 @@
"account_currency", "account_currency",
"debit_in_account_currency", "debit_in_account_currency",
"credit_in_account_currency", "credit_in_account_currency",
"against_type",
"against", "against",
"against_link", "against_link",
"against_voucher_type", "against_voucher_type",
@@ -131,13 +130,6 @@
"label": "Credit Amount in Account Currency", "label": "Credit Amount in Account Currency",
"options": "account_currency" "options": "account_currency"
}, },
{
"fieldname": "against_type",
"fieldtype": "Link",
"in_filter": 1,
"label": "Against Type",
"options": "DocType"
},
{ {
"fieldname": "against", "fieldname": "against",
"fieldtype": "Text", "fieldtype": "Text",
@@ -146,13 +138,6 @@
"oldfieldname": "against", "oldfieldname": "against",
"oldfieldtype": "Text" "oldfieldtype": "Text"
}, },
{
"fieldname": "against_link",
"fieldtype": "Dynamic Link",
"in_filter": 1,
"label": "Against",
"options": "against_type"
},
{ {
"fieldname": "against_voucher_type", "fieldname": "against_voucher_type",
"fieldtype": "Link", "fieldtype": "Link",
@@ -306,7 +291,7 @@
"idx": 1, "idx": 1,
"in_create": 1, "in_create": 1,
"links": [], "links": [],
"modified": "2023-12-18 15:38:14.006208", "modified": "2023-08-16 21:38:44.072267",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "GL Entry", "name": "GL Entry",