commit | 5da8b98a048bf16cd4bd396f5a5eaf4f2d07d150 | [log] [tgz] |
---|---|---|
author | Saqib Ansari <nextchamp.saqib@gmail.com> | Fri May 29 21:59:01 2020 +0530 |
committer | Saqib Ansari <nextchamp.saqib@gmail.com> | Fri May 29 21:59:01 2020 +0530 |
tree | 017c76867e1e25d591fe29a31f5da047cb7816d2 | |
parent | 2c3c8aaa2dc9599522beb2e3d4d53ede68ca70d8 [diff] |
fix: label
diff --git a/erpnext/public/js/utils.js b/erpnext/public/js/utils.js index a487f83..1803fcd 100755 --- a/erpnext/public/js/utils.js +++ b/erpnext/public/js/utils.js
@@ -476,7 +476,7 @@ fieldtype: 'Float', fieldname: "conversion_factor", in_list_view: 1, - label: __("UOM Conversion Factor") + label: __("Conversion Factor") }) }