chore : correction de la fonction #5

This commit is contained in:
Aurelien
2026-06-24 00:09:16 +02:00
parent e597b4d161
commit bdff1f9028

View File

@@ -76,7 +76,6 @@ async function pdf_parse(travel: string) {
price_ht: parseFloat(price.replace(',', '.')), price_ht: parseFloat(price.replace(',', '.')),
tva: tva.replace(',', '.').trim() + "%" tva: tva.replace(',', '.').trim() + "%"
}; };
} }
} }
@@ -91,8 +90,6 @@ async function pdf_parse(travel: string) {
} else { } else {
date = "non trouvé" date = "non trouvé"
} }
} }
// Construction de l'objet final // Construction de l'objet final