]> git.mxchange.org Git - pizzaservice-war.git/blobdiff - web/WEB-INF/templates/basket/total_sum.tpl
Please cherry-pick:
[pizzaservice-war.git] / web / WEB-INF / templates / basket / total_sum.tpl
index 3b6d11f7f38e05ce7b969e780ec147f8b97323a3..f460942179d13aa1a0423165425012b1f8247822 100644 (file)
@@ -9,7 +9,8 @@
 
        <ui:fragment rendered="#{basketController.hasItems()}">
                <div class="totals_container">
-                       #{msg.TOTAL_ORDER_PRICE}
+                       <h:outputText value="#{msg.TOTAL_ORDER_PRICE}" />
+
                        <h:outputText styleClass="price" id="total_sum" value="#{basketController.calculateTotalPrice()}">
                                <f:convertNumber type="currency" minFractionDigits="2" maxFractionDigits="2" locale="de_DE" />
                        </h:outputText>