Skip to content
Snippets Groups Projects
Commit 0210f734 authored by gloas's avatar gloas
Browse files

correction bug sur creation du panier qui affichait les domaines

parent b044c597
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
'action'=>'creer-panier-ajax']) ?>">
<?php
$domaine_select = '';
if(Class_Users::getIdentity()->canAccessBackend()) {
if(Class_Users::getIdentity()->hasRightAccessDomaines()) {
$domaine_select = '<fieldset><legend>'.$this->_('Ranger le panier dans des domaines').'</legend>'
.$this->domaineSelect('')
.'</fieldset>';
......
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