Délivrer tout sauf les procoll sur cpcambr14, issue #0001049
This commit is contained in:
parent
710f072d1d
commit
612439ca95
@ -716,9 +716,15 @@ class SurveillanceController extends Zend_Controller_Action
|
|||||||
'procol' => array('lib'=> 'Procédures collectives', 'select'=>' selected'),
|
'procol' => array('lib'=> 'Procédures collectives', 'select'=>' selected'),
|
||||||
);
|
);
|
||||||
$filtre = 'procol';
|
$filtre = 'procol';
|
||||||
}
|
} elseif (strtolower($user->getLogin())=='cpcambr14') {
|
||||||
|
$selectFiltre = array(
|
||||||
|
'radiations' => array('lib'=> 'Radiations', 'select'=>''),
|
||||||
|
'ventes' => array('lib'=> 'Ventes/Cessions', 'select'=>''),
|
||||||
|
'mmd' => array('lib'=> 'Modifications diverses', 'select'=>''),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
if (!empty($filtre)) {
|
if (!empty($filtre)) {
|
||||||
switch (trim(strtolower($filtre))) {
|
switch (trim(strtolower($filtre))) {
|
||||||
case 'procol': $filtre = 'procol'; break;
|
case 'procol': $filtre = 'procol'; break;
|
||||||
case 'mmd': $filtre = 'mmd'; break;
|
case 'mmd': $filtre = 'mmd'; break;
|
||||||
@ -793,6 +799,10 @@ class SurveillanceController extends Zend_Controller_Action
|
|||||||
{
|
{
|
||||||
//On fait rien
|
//On fait rien
|
||||||
}
|
}
|
||||||
|
elseif (strtolower($user->getLogin())=='cpcambr14' && $ann[$colChapitre]!='procol')
|
||||||
|
{
|
||||||
|
//On supprime les annnonces de procol pour ce login
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//$filtre=='bodacc'
|
//$filtre=='bodacc'
|
||||||
@ -971,6 +981,10 @@ class SurveillanceController extends Zend_Controller_Action
|
|||||||
{
|
{
|
||||||
//On fait rien
|
//On fait rien
|
||||||
}
|
}
|
||||||
|
elseif (strtolower($user->getLogin())=='cpcambr14' && $ann[$colChapitre]!='procol')
|
||||||
|
{
|
||||||
|
//On supprime les annnonces de procol pour ce login
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//$filtre=='bodacc'
|
//$filtre=='bodacc'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user