Commit 5b7d7aa6f7a720669e6dc14be28106feb5aa2a39

Authored by Etienne Pallier
1 parent 99b275df
Exists in master and in 2 other branches dev, dev-IRAP

nouveau commit de AppController pour CRAL

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/Controller/AppController.php
... ... @@ -1478,7 +1478,7 @@ class AppController extends Controller
1478 1478 // owner's mail (utilisateur du matériel associé )
1479 1479 //$mailList[0] = $entity->materiel->email_responsable;
1480 1480  
1481   - //MI - gestionaire ratachée au matériel
  1481 + // (MI) - gestionaire ratachée au matériel
1482 1482 $mailList[1]= TableRegistry::getTableLocator()->get('Users')->find()
1483 1483 ->select('email')
1484 1484 ->where([
... ...