Skip to content
Snippets Groups Projects
Commit 64ac42fc authored by llaffont's avatar llaffont
Browse files

Correction affichage kiosque panier en mode recherche simple

parent 2df42965
Branches
Tags
No related merge requests found
......@@ -242,7 +242,7 @@ class Class_CriteresRecherche {
if ($catalogue = $this->getCatalogue())
$this->visitCatalogue($visitor,$catalogue);
else if ($panier = $this->getPanier() && ($notices = $panier->getClesNotices()))
else if (($panier = $this->getPanier()) && ($notices = $panier->getClesNotices()))
$visitor->visitClesNotices($notices);
else if (!$panier && !$catalogue && ( $this->getParam('id_catalogue') || $this->getParam('id_panier'))) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment