1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 14:57:27 +02:00
This commit is contained in:
Yohann
2020-01-02 00:09:02 +01:00
parent 64ffcedbcc
commit 4b6d6f24ea
10 changed files with 182 additions and 64 deletions

View File

@ -63,6 +63,9 @@ if ($file !== null) {
case DocumentType::SANITARY_PLUG:
$name = "Fiche sanitaire";
break;
case DocumentType::SCHOLARSHIP:
$name = "Notification de bourse";
break;
}
$name .= " de $first_name $surname.pdf";
}