Changement mention finale pour devis

This commit is contained in:
Jean-Christophe Engel 2024-10-18 22:25:31 +02:00
parent 77180a38ff
commit 201682f4d7
2 changed files with 6 additions and 14 deletions

View file

@ -189,12 +189,17 @@ EOF;
$echeance <br>
$reglee
Moyen de paiement : $moyen_paiement
<p>
$footer
</p>
</footer>
EOF;
if ($f->type_facture == DEVIS) {
echo <<<EOF
<p><b>Bon pour accord, date et signature<b></p>
EOF;
}
$content = ob_get_clean();