From 3d8f6923553ac45f5662206cd70913e41682f76a Mon Sep 17 00:00:00 2001 From: jfefe Date: Tue, 5 May 2015 01:34:50 +0200 Subject: [PATCH] Fix : missing link to category into product card. --- htdocs/product/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 21c12e6d31d..069b4360134 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1586,7 +1586,7 @@ else // Categories print ''.$langs->trans("Categories").''; - print $form->showCategories($object->id,'product'); + print $form->showCategories($object->id,'product',1); print ""; print "\n";