From 4827bbb1600a6847091f6f6146bc88bd5487e0d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 27 Jun 2018 23:27:20 +0200 Subject: [PATCH] Product-only: - added missing context parameter product_barcode_type to EAN-13 bar-codes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/WEB-INF/web.xml b/web/WEB-INF/web.xml index cbf37614..a634c724 100644 --- a/web/WEB-INF/web.xml +++ b/web/WEB-INF/web.xml @@ -47,6 +47,11 @@ javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL true + + Bar-code type for products + product_barcode_type + ean8 + Whether the multi-page registration page or a single registration page is active is_feature_user_register_multiple_page_enabled -- 2.39.5