diff --git a/phpInterface/shoppingList.php b/phpInterface/shoppingList.php index d9ec839..40cf295 100644 --- a/phpInterface/shoppingList.php +++ b/phpInterface/shoppingList.php @@ -24,7 +24,7 @@ } } - if(isset($_GET['command']) && $_GET['command'] == "printProductList") + if(isset($_GET['command']) && $_GET['command'] == "printProductList" || $_GET['command'] == "printRhasspyProductList") { displayProductList(); exit(0);