Loading module/Application/src/Application/Controller/AutorisationInscriptionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ class AutorisationInscriptionController extends AbstractController if($autorisationInscription->getThese() && $autorisationInscription->getAutorisationInscription() === true){ //on agit sur la thèse seulement si la thèse n'est pas importée d'un système de scolarité (Apogée...) if($these->getSource()->getImportable()){ if(!$these->getSource()->getImportable()){ $theseAnneeUnivInscription = $this->theseAnneeUnivService->initFromAutorisationInscription($autorisationInscription); $these->addAnneesUnivInscription($theseAnneeUnivInscription); $this->theseService->saveThese($these); Loading Loading
module/Application/src/Application/Controller/AutorisationInscriptionController.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ class AutorisationInscriptionController extends AbstractController if($autorisationInscription->getThese() && $autorisationInscription->getAutorisationInscription() === true){ //on agit sur la thèse seulement si la thèse n'est pas importée d'un système de scolarité (Apogée...) if($these->getSource()->getImportable()){ if(!$these->getSource()->getImportable()){ $theseAnneeUnivInscription = $this->theseAnneeUnivService->initFromAutorisationInscription($autorisationInscription); $these->addAnneesUnivInscription($theseAnneeUnivInscription); $this->theseService->saveThese($these); Loading