fix: renommage export PDF FreePro - ventilation facture mm.AA.pdf
This commit is contained in:
@@ -172,7 +172,7 @@ function exportToPdf(
|
||||
|
||||
const moisPad = moisStr.padStart(2, "0");
|
||||
const anneeCourt = anneeStr.slice(2);
|
||||
doc.save(`Ventilation FreePro ${moisPad}.${anneeCourt}.pdf`);
|
||||
doc.save(`FreePro - ventilation facture ${moisPad}.${anneeCourt}.pdf`);
|
||||
}
|
||||
|
||||
// ── Composant principal ────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user