Correction client non définie sur UTILISATEUR TEST
This commit is contained in:
parent
3555bb2cb0
commit
a252e974fd
@ -46,12 +46,12 @@ class EnvoiController extends Zend_Controller_Action
|
||||
$request = $this->getRequest();
|
||||
|
||||
$name = $request->getParam('ref', '');
|
||||
$idClient = $request->getParam('client');
|
||||
$idClient = $request->getParam('client', '');
|
||||
if (empty($name)) {
|
||||
echo "Référence non définie.";
|
||||
}
|
||||
|
||||
if (empty($idClient)) {
|
||||
if ($idClient!='') {
|
||||
echo "Client non définie.";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user