mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 10:36:31 +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",
|
method: "frappe.client.get_list",
|
||||||
args: {
|
args: {
|
||||||
doctype: "UOM Conversion Factor",
|
doctype: "UOM Conversion Factor",
|
||||||
filters: { category: __("Length") },
|
filters: { category: "Length" },
|
||||||
fields: ["to_uom"],
|
fields: ["to_uom"],
|
||||||
limit_page_length: 500,
|
limit_page_length: 500,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user