[ 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:
Zarrar
2018-07-01 16:45:53 +05:30
committed by Nabin Hait
parent 4dc5721ba5
commit dfe897b888
7 changed files with 268 additions and 252 deletions

View File

@@ -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
},
{