]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/index.jsp
Continued with project:
[pizzaservice-war.git] / web / index.jsp
index 7dd9458f998549606c69ffb01a75005f82c47518..31610d6b9dcd9f1e70227dc4d116b9d0a06a3f79 100644 (file)
@@ -59,7 +59,7 @@
                                        <tbody class="table_body">
                                                <%
                                                // Get Iterator
-                                               Iterator<Product> iterator = app.getProducts();
+                                               Iterator<Product> iterator = app.getAvailableProducts();
 
                                                // "Walk" through all products and unmark them as ordered
                                                while (iterator.hasNext()) {