mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 22:51:49 +00:00
fix: remove translation for filter (#56629)
Co-authored-by: SowmyaArunachalam <sowmyaarunachalam57@gmail.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user