show last sum

This commit is contained in:
Martin Brodbeck 2018-07-23 14:18:24 +02:00
parent 527241a0f3
commit 3efa289b5b
4 changed files with 48 additions and 47 deletions

View file

@ -30,6 +30,8 @@ class Marketplace
int getNextArticleNo();
int getNumSellersDelete();
BasketVec& getBasket();
int getBasketSumInCent();
std::string getBasketSumAsString();
void sortSellers();
Seller* findSellerWithSellerNo(int sellerNo);