mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 14:57:27 +02:00
Paiement
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
Reference in New Issue
Block a user