Check date contrat
This commit is contained in:
parent
ffd7eb8c80
commit
b4ddca623b
@ -116,7 +116,7 @@ class Application_Controller_Plugin_Auth extends Zend_Controller_Plugin_Abstract
|
||||
}
|
||||
|
||||
//No contrat define
|
||||
if ( $identity->dateContrat!=0 ) {
|
||||
if ( $identity->dateContrat!='0000-00-00 00:00:00' ) {
|
||||
//If no params are detected, display a message to contact support
|
||||
$request->setModuleName('default')
|
||||
->setControllerName('aide')
|
||||
|
Loading…
Reference in New Issue
Block a user