From 31430bb2f987ab845a3c617a866496bb9f90f3e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Oct 2013 23:44:19 +0200 Subject: [PATCH] Solution to support overflow with jmobile --- htdocs/product/composition/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/composition/fiche.php b/htdocs/product/composition/fiche.php index f8a17f501b4..8e6eb637dac 100644 --- a/htdocs/product/composition/fiche.php +++ b/htdocs/product/composition/fiche.php @@ -376,7 +376,7 @@ if ($id > 0 || ! empty($ref)) if (! empty($conf->categorie->enabled)) { print ''.$langs->trans("CategoryFilter").'   '; - print ''.$form->select_all_categories(0, $parent).''; + print ''.$form->select_all_categories(0, $parent).''; } print '';