fix: Party Field only visibile when party type selected

(cherry picked from commit e9e510a76e)
This commit is contained in:
nishkagosalia
2026-03-31 17:52:41 +05:30
committed by Mergify
parent 16bd04dd97
commit f42a1e8a14

View File

@@ -74,6 +74,7 @@ frappe.query_reports["General Ledger"] = {
label: __("Party"),
fieldtype: "MultiSelectList",
options: "party_type",
depends_on: "party_type",
get_data: function (txt) {
if (!frappe.query_report.filters) return;