summaryrefslogtreecommitdiff
path: root/src/sections/2_modify_service.php
blob: 72e260595658ef1832850f2e80a83b55d250ef25 (plain)
1
2
3
4
5
6
7
8
9
<?php
// sections/2_modify_service.php
//
// -- SECTION 2: Modifier une prestation --

function modifyService(): int // code de retour, si 2 aller à la section 2, etc
{
    return(0); // menu principal
}