show real number of articles sold in report
This commit is contained in:
parent
dda7b95e78
commit
2c584519b9
3 changed files with 13 additions and 4 deletions
|
@ -29,6 +29,7 @@ class Marketplace
|
|||
int getNextSellerNo();
|
||||
int getNextArticleNo();
|
||||
int getNumSellersDelete();
|
||||
int getNumArticlesSold();
|
||||
BasketVec& getBasket();
|
||||
int getBasketSumInCent();
|
||||
std::string getBasketSumAsString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue