ChicoState / ChicoState/Inventory
Negative inventory bug
Open
bug
- Dominant language
- C++
- Stars
- 0
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
Currently the app allows me to sell something that is out of stock and when I do, the inventory goes negative!
Instead, when an item doesn't have any stock left, `Inventory` should print the message:
`Sorry, that item is out of stock`
and the stock count should for that item should not change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.