fix: label

This commit is contained in:
Saqib Ansari
2020-05-29 21:59:01 +05:30
committed by marination
parent 37b614af0e
commit 39e125b8a2

View File

@@ -493,7 +493,7 @@ erpnext.utils.update_child_items = function(opts) {
fieldtype: 'Float',
fieldname: "conversion_factor",
in_list_view: 1,
label: __("UOM Conversion Factor")
label: __("Conversion Factor")
})
}