Commit 354bd2f1 by Tuukka Kivilahti

purkka

1 parent 2d17d211
...@@ -141,8 +141,12 @@ public class FoodWaveFoodView extends GenericCDIView { ...@@ -141,8 +141,12 @@ public class FoodWaveFoodView extends GenericCDIView {
bill.addProduct(shopitem.getProduct(), shopitem.getCount(), getFoodWave()); bill.addProduct(shopitem.getProduct(), shopitem.getCount(), getFoodWave());
} }
} }
billBean.createBill(bill); billBean.createBill(bill);
// TODO: do this right way
eventBean.flushCache();
return bill; return bill;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!