Merge pull request #53965 from nishkagosalia/gh-53962

This commit is contained in:
Nishka Gosalia
2026-03-31 18:07:43 +05:30
committed by GitHub

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;