Commit fdef2523 authored by Johnny Leveneur's avatar Johnny Leveneur
Browse files

correction modification inscription

parent 51cf3db8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ class InscriptionController extends AbstractActionController
                if ($inscription->getEvenement() !== null
                    and $inscription->getParticipant() !== null and $inscription->getParticipant()->getId() != -1) {
                    if ($this->getEvenementService()->estModifiableInscription($inscription)) {
                        if ($inscription->getNombrePlacesPointees() >= 0) {
                        if ($inscription->getNombrePlacesPointees() > 0) {
                            $this->flashMessenger()->addErrorMessage("Impossible de modifier cette inscription : le pointage a commencé.");
                            exit();
                        }