Skip to content

Commit

Permalink
Fix length units
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Mar 13, 2024
1 parent ad8fa96 commit 23eefa3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions inventree_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -65615,7 +65615,7 @@
"fields": {
"metadata": {},
"name": "Length",
"units": "km",
"units": "mm",
"description": "Part length",
"checkbox": false,
"choices": ""
Expand Down Expand Up @@ -67547,7 +67547,7 @@
"part": 83,
"template": 4,
"data": "2 inches",
"data_numeric": 5.08e-05
"data_numeric": 50.8
}
},
{
Expand Down Expand Up @@ -67580,7 +67580,7 @@
"part": 84,
"template": 4,
"data": "3.5cm",
"data_numeric": 3.5000000000000004e-05
"data_numeric": 35.0
}
},
{
Expand Down Expand Up @@ -70594,7 +70594,7 @@
"part": 685,
"template": 4,
"data": "2.7cm",
"data_numeric": 2.7000000000000002e-05
"data_numeric": 27.0
}
},
{
Expand Down Expand Up @@ -78481,7 +78481,7 @@
"part": 74,
"template": 4,
"data": "3 m",
"data_numeric": 0.003
"data_numeric": 3000.0
}
},
{
Expand All @@ -78492,7 +78492,7 @@
"part": 73,
"template": 4,
"data": "3.1m",
"data_numeric": 0.0031000000000000003
"data_numeric": 3100.0
}
},
{
Expand All @@ -78503,7 +78503,7 @@
"part": 75,
"template": 4,
"data": "2.9m",
"data_numeric": 0.0029
"data_numeric": 2900.0
}
},
{
Expand Down

0 comments on commit 23eefa3

Please sign in to comment.