Commit 32d4d8e0 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Message de debug "INVALID" et DUMP (edition) sur le contrôle des champs...

Fix : Message de debug "INVALID" et DUMP (edition) sur le contrôle des champs dynamique de la fiche activité (champs rendu obligatoire)
parent 34dc8178
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -876,10 +876,6 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif
                    'contract/show',
                    ['id' => $projectGrant->getId()]
                );
            } else {
                var_dump($form->getMessages());
                die();

            }
        }

@@ -1523,8 +1519,6 @@ class ProjectGrantController extends AbstractOscarController implements UseNotif
                    'contract/show',
                    ['id' => $projectGrant->getId()]
                );
            } else {
                die("INVALID");
            }
        }