Commit 692686df26f4338c96d5d16d0819e40a0e60da1c
1 parent
7727c281
Exists in
master
and in
3 other branches
mise a jour fichier
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/Controller/MaterielsController.php
... | ... | @@ -1135,7 +1135,7 @@ class MaterielsController extends AppController |
1135 | 1135 | $this->Flash->success(__('L\'étiquette a bien été éditée.')); |
1136 | 1136 | // Envoi email seulement si etiquette posée |
1137 | 1137 | if ($printed) { |
1138 | - $this->sendEmailToManagement($id); | |
1138 | + $this->sendEmail($id); | |
1139 | 1139 | } |
1140 | 1140 | } |
1141 | 1141 | else { | ... | ... |