Commit c050bba7 by Tuomas Riihimäki

Don't show checkout.fi when bill is paid

1 parent 5aa5fbb8
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}); });
</script> </script>
</ui:fragment> </ui:fragment>
<ui:fragment rendered="#{billEditView.checkoutFiAvailable}"> <ui:fragment rendered="#{!billEditView.bill.paid and billEditView.checkoutFiAvailable}">
<table border="0"> <table border="0">
<tr> <tr>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!