summaryrefslogtreecommitdiff
path: root/src/sections/2_quotations.php
blob: 76b66fd6d0052670df87326507a632bbcb6b3716 (plain)
1
2
3
4
5
6
7
8
9
<?php
// src/sections/2_quotations.php
//
// -- SECTION 2: Devis --

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