Commit 006077c2 by Tuomas Riihimäki

wavea

1 parent ca8bb0dd
...@@ -188,6 +188,10 @@ public class FoodWaveView extends GenericCDIView { ...@@ -188,6 +188,10 @@ public class FoodWaveView extends GenericCDIView {
AccountEvent e = getAccountEventLines().getRowData(); AccountEvent e = getAccountEventLines().getRowData();
e.setDelivered(Calendar.getInstance()); e.setDelivered(Calendar.getInstance());
e = accountEventBean.merge(e); e = accountEventBean.merge(e);
foodWaveId = selectedFoodWave.getId();
selectedFoodWave = null;
initFoodWaveOrderList();
} }
return null; return null;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!