fix: remove translation for filter (#56629)

Co-authored-by: SowmyaArunachalam <sowmyaarunachalam57@gmail.com>
This commit is contained in:
Venkatesh
2026-06-30 18:22:11 +05:30
committed by GitHub
parent 1c92dac274
commit 3b0e1fbb79

View File

@@ -17,7 +17,7 @@ frappe.ui.form.on("Global Defaults", {
method: "frappe.client.get_list",
args: {
doctype: "UOM Conversion Factor",
filters: { category: __("Length") },
filters: { category: "Length" },
fields: ["to_uom"],
limit_page_length: 500,
},