Commit 7602d5ca by Tuomas Riihimäki

Fix bill display after prepay.

1 parent 38c9ed9e
......@@ -295,6 +295,7 @@ public class ProductShopView extends GenericCDIView {
{
userbean.setUserApproval(bill.getUser(), "bill_allow_stats", allowStatistics, "Automagically created");
}
billEditView.setBill(bill);
addFaceMessage("productshop.billCreated");
cash = BigDecimal.ZERO;
shoppingcart = null;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!