empty value for ref
This commit is contained in:
parent
1fd6db91ed
commit
c555eae249
@ -242,7 +242,7 @@ class SurveillanceController extends Zend_Controller_Action
|
||||
if (!empty($ref)) {
|
||||
$this->view->assign('ref', $ref);
|
||||
} else {
|
||||
$this->view->assign('ref', $ref);
|
||||
$this->view->assign('ref', '');
|
||||
}
|
||||
|
||||
$this->view->assign('surveillances', $listSurv);
|
||||
|
Loading…
Reference in New Issue
Block a user