Commit 175ef6dc authored by Kyle Muldoon's avatar Kyle Muldoon

Merge branch 'promotion-fix' into 'Dev'

fixed promotions stuff

See merge request !33
parents b0157313 0b5fe2d4
......@@ -23,7 +23,7 @@ export const promoCalcUtil = (productList) => {
}
else {
return 0.0
return parseFloat(acc) + 0.0
}
}, 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment