more on selling

This commit is contained in:
Martin Brodbeck 2018-07-20 22:10:05 +02:00
parent 0ad460346c
commit 74ac9f6299
2 changed files with 4 additions and 1 deletions

View file

@ -58,8 +58,9 @@ void MainWindow::on_sellerNoEdit_checkSellerNo()
auto seller = marketplace_->findSellerWithSellerNo(sellerNo);
if (seller) {
std::cout << "!!! Seller gefunden: " << seller->getFirstName() << "\n";
// TODO: Dialog für Preiseingabe anzeigen
// TODO: Warenkorb füllen
}
ui_.sellerNoEdit->clear();
}