]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Sat, 7 Jul 2018 19:09:20 +0000 (21:09 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 7 Jul 2018 19:09:20 +0000 (21:09 +0200)
- EAN13 is proper code

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

index a634c724e31cb30dbc1bf4ff33510f03eb140fc2..957758e4de777344fc0aea429cb6f8bde6a7d3c8 100644 (file)
@@ -50,7 +50,7 @@
     <context-param>
         <description>Bar-code type for products</description>
         <param-name>product_barcode_type</param-name>
-        <param-value>ean8</param-value>
+        <param-value>ean13</param-value>
     </context-param>
     <context-param>
         <description>Whether the multi-page registration page or a single registration page is active</description>