fix: by default company field value is fetched from parent account

This commit is contained in:
“Khushi
2024-04-09 11:18:33 +05:30
parent f189be501b
commit d791fa7460

View File

@@ -65,6 +65,8 @@
"label": "Is Group"
},
{
"fetch_from": "parent_account.company",
"fetch_if_empty": 1,
"fieldname": "company",
"fieldtype": "Link",
"in_standard_filter": 1,
@@ -193,7 +195,7 @@
"idx": 1,
"is_tree": 1,
"links": [],
"modified": "2024-01-10 04:57:33.681676",
"modified": "2024-04-09 11:08:23.994983",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Account",
@@ -255,4 +257,4 @@
"sort_order": "ASC",
"states": [],
"track_changes": 1
}
}