CoreBOSBB

Full Version: InventoryDetails: Cost Total field doesn't work as I expect
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see the cost-total field in InventoryDetails and expected it to show me the total cost of the line, so unit_cost * qty. In stead, it shows me the unit_cost / 100, rounded. So a unit cost of 1.338,00 gives me a cost_total of 1,34. Is that intended behaviour? Did I interpret the field wrong?
typical formatting problems
Ah, so just a small bug? Well I can easily update my nemesis install now so I'll keep an eye out on github
Nice, thanks!
Tested, this seems to work correctly now. Thanks!