mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Merge pull request #53966 from frappe/mergify/bp/version-16-hotfix/pr-53965
fix: Party Field only visibile when party type selected (backport #53965)
This commit is contained in:
@@ -74,6 +74,7 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
label: __("Party"),
|
label: __("Party"),
|
||||||
fieldtype: "MultiSelectList",
|
fieldtype: "MultiSelectList",
|
||||||
options: "party_type",
|
options: "party_type",
|
||||||
|
depends_on: "party_type",
|
||||||
get_data: function (txt) {
|
get_data: function (txt) {
|
||||||
if (!frappe.query_report.filters) return;
|
if (!frappe.query_report.filters) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user