mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
[ Fix ] UOM Conversion fix (#14768)
* increase precision for conversion value * inverse the conversion data * update uom data * rectify conversion logic according to inversion of values * rectify test case for uom conversion * patch improv to correct conversion data
This commit is contained in:
@@ -261,7 +261,11 @@
|
||||
"must_be_whole_number": 0
|
||||
},
|
||||
{
|
||||
"uom_name": "Hundredweight",
|
||||
"uom_name": "Hundredweight (UK)",
|
||||
"must_be_whole_number": 0
|
||||
},
|
||||
{
|
||||
"uom_name": "Hundredweight (US)",
|
||||
"must_be_whole_number": 0
|
||||
},
|
||||
{
|
||||
@@ -789,7 +793,7 @@
|
||||
"must_be_whole_number": 0
|
||||
},
|
||||
{
|
||||
"uom_name": "Pound Cubic Yard",
|
||||
"uom_name": "Pound/Cubic Yard",
|
||||
"must_be_whole_number": 0
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user