show real number of articles sold in report

This commit is contained in:
Martin Brodbeck 2018-08-10 08:11:35 +02:00
parent dda7b95e78
commit 2c584519b9
3 changed files with 13 additions and 4 deletions

View file

@ -29,6 +29,7 @@ class Marketplace
int getNextSellerNo();
int getNextArticleNo();
int getNumSellersDelete();
int getNumArticlesSold();
BasketVec& getBasket();
int getBasketSumInCent();
std::string getBasketSumAsString();