fixed net weight parsing
This commit is contained in:
@@ -14,8 +14,6 @@ class Parser constructor() {
|
||||
text = text.replace(found, "")
|
||||
netWeight = stripNetWeight(found)
|
||||
return Triple(text, netWeight, found)
|
||||
} else {
|
||||
return Triple(text, 0.0, "")
|
||||
}
|
||||
}
|
||||
return Triple("", 0.0, "")
|
||||
@@ -48,4 +46,4 @@ class Parser constructor() {
|
||||
|
||||
return AbstractProduct(0, "", name, netWeight, "", 0, unitNumber)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user