Fixed bug: #52
- Order class now contains a Cartitem instance instead of Item instance. The Cartitem class contains a count field.
This bug was a simple index error. Amount of cups displayed the db column orderid
instead of count
.
I changed the code to use the new Cartitem class instead so it is hopefully more readable.