Skip to content
Snippets Groups Projects
Commit 844d3e63 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev_#17514_add index panier in admin/catalogueController

parent 394ccc76
Branches
Tags
5 merge requests!715Master,!686Dev#17514 indexation refactoring,!649Dev#19675 improve display articles and sito in kiosque,!630Dev#17514 indexation refactoring,!618Dev #17514 indexation paniers domaines
......@@ -204,6 +204,7 @@ class Admin_CatalogueController extends ZendAfi_Controller_Action {
$catalogue
->addPanierNotice($panier)
->save();
$panier->index();
$this->_helper->notify($this->_('Panier "%s" ajouté', $panier->getLibelle()));
$this->_redirect('admin/catalogue/paniers/id_catalogue/'.$id_catalogue);
return;
......
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