Fix: Meilleur gestion erreur creation contrat.
Fix: On distingue bien le commerical principal de suivi, du commercial de signature
This commit is contained in:
parent
75b540de98
commit
6438717166
@ -90,7 +90,7 @@ if ($_POST["action"] == 'add')
|
|||||||
else {
|
else {
|
||||||
$mesg='<div class="error">'.$contrat->error.'</div>';
|
$mesg='<div class="error">'.$contrat->error.'</div>';
|
||||||
}
|
}
|
||||||
print $mesg;
|
|
||||||
$_GET["id"] = $contrat->id;
|
$_GET["id"] = $contrat->id;
|
||||||
|
|
||||||
$action = '';
|
$action = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user