Délivrer tout sauf les procoll sur cpcambr14, issue #0001049

This commit is contained in:
Michael RICOIS 2012-03-02 16:26:37 +00:00
parent 710f072d1d
commit 612439ca95

View File

@ -716,9 +716,15 @@ class SurveillanceController extends Zend_Controller_Action
'procol' => array('lib'=> 'Procédures collectives', 'select'=>' selected'),
);
$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))) {
case 'procol': $filtre = 'procol'; break;
case 'mmd': $filtre = 'mmd'; break;
@ -793,6 +799,10 @@ class SurveillanceController extends Zend_Controller_Action
{
//On fait rien
}
elseif (strtolower($user->getLogin())=='cpcambr14' && $ann[$colChapitre]!='procol')
{
//On supprime les annnonces de procol pour ce login
}
else
{
//$filtre=='bodacc'
@ -971,6 +981,10 @@ class SurveillanceController extends Zend_Controller_Action
{
//On fait rien
}
elseif (strtolower($user->getLogin())=='cpcambr14' && $ann[$colChapitre]!='procol')
{
//On supprime les annnonces de procol pour ce login
}
else
{
//$filtre=='bodacc'