|
@@ -44,6 +44,8 @@ while running:
|
|
print('book list :', bookList)
|
|
print('book list :', bookList)
|
|
bookId = bookAsker.select(bookList)
|
|
bookId = bookAsker.select(bookList)
|
|
print('book selected :', bookId)
|
|
print('book selected :', bookId)
|
|
|
|
+ itemList = consumer.getItemsOfOrder(bookId)
|
|
|
|
+ display.orderedItemList(itemList)
|
|
else:
|
|
else:
|
|
print('Action', action, 'not implemented yet.')
|
|
print('Action', action, 'not implemented yet.')
|
|
|
|
|