]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Wed, 27 Jun 2018 21:27:20 +0000 (23:27 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 27 Jun 2018 21:27:20 +0000 (23:27 +0200)
- added missing context parameter product_barcode_type to EAN-13 bar-codes

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index cbf3761458b5a1d1b6148f7a087ec4aa5efa9b7c..a634c724e31cb30dbc1bf4ff33510f03eb140fc2 100644 (file)
         <param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param-name>
         <param-value>true</param-value>
     </context-param>
+    <context-param>
+        <description>Bar-code type for products</description>
+        <param-name>product_barcode_type</param-name>
+        <param-value>ean8</param-value>
+    </context-param>
     <context-param>
         <description>Whether the multi-page registration page or a single registration page is active</description>
         <param-name>is_feature_user_register_multiple_page_enabled</param-name>