Commit 450b192f by Tuukka Kivilahti

product count is important info

1 parent 622299db
...@@ -129,6 +129,13 @@ ...@@ -129,6 +129,13 @@
<p:column> <p:column>
<f:facet name="header"> <f:facet name="header">
<h:outputText value="#{i18n['placegroupview.count']}" />
</f:facet>
<h:outputText value="#{prod.quantity}" />
</p:column>
<p:column>
<f:facet name="header">
<h:outputText value="#{i18n['placegroupview.accountEventDescription']}" /> <h:outputText value="#{i18n['placegroupview.accountEventDescription']}" />
</f:facet> </f:facet>
<h:outputText value="#{prod.description}" /> <h:outputText value="#{prod.description}" />
......
...@@ -341,6 +341,13 @@ ...@@ -341,6 +341,13 @@
<p:column> <p:column>
<f:facet name="header"> <f:facet name="header">
<h:outputText value="#{i18n['placegroupview.count']}" />
</f:facet>
<h:outputText value="#{prod.quantity}" />
</p:column>
<p:column>
<f:facet name="header">
<h:outputText value="#{i18n['placegroupview.accountEventDescription']}" /> <h:outputText value="#{i18n['placegroupview.accountEventDescription']}" />
</f:facet> </f:facet>
<h:outputText value="#{prod.description}" /> <h:outputText value="#{prod.description}" />
......
...@@ -1620,3 +1620,4 @@ incomingflow.ungiveAccountEvent=Mark not given ...@@ -1620,3 +1620,4 @@ incomingflow.ungiveAccountEvent=Mark not given
incomingflow.deliverableProducts=Products to deliver incomingflow.deliverableProducts=Products to deliver
placegroupview.accountEventDescription=Description placegroupview.accountEventDescription=Description
incomingflow.ungivenProducts=User has ungiven deliverable products incomingflow.ungivenProducts=User has ungiven deliverable products
placegroupview.count=Count
...@@ -1901,3 +1901,4 @@ incomingflow.ungiveAccountEvent=Mark not given ...@@ -1901,3 +1901,4 @@ incomingflow.ungiveAccountEvent=Mark not given
incomingflow.deliverableProducts=Products to deliver incomingflow.deliverableProducts=Products to deliver
placegroupview.accountEventDescription=Description placegroupview.accountEventDescription=Description
incomingflow.ungivenProducts=User has ungiven deliverable products incomingflow.ungivenProducts=User has ungiven deliverable products
placegroupview.count=Count
...@@ -1888,3 +1888,4 @@ incomingflow.ungiveAccountEvent=Ei olekkaan annettu ...@@ -1888,3 +1888,4 @@ incomingflow.ungiveAccountEvent=Ei olekkaan annettu
incomingflow.deliverableProducts=Toimitettavat tuotteet incomingflow.deliverableProducts=Toimitettavat tuotteet
placegroupview.accountEventDescription=Kuvaus placegroupview.accountEventDescription=Kuvaus
incomingflow.ungivenProducts=K\u00E4ytt\u00E4j\u00E4ll\u00E4 on toimittamattomia tuotteita incomingflow.ungivenProducts=K\u00E4ytt\u00E4j\u00E4ll\u00E4 on toimittamattomia tuotteita
placegroupview.count=Kpl
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!