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

@@ -75,8 +75,7 @@ async function pdf_parse(travel: string) {
quantity: parseInt(qte, 10),
price_ht: parseFloat(price.replace(',', '.')),
tva: tva.replace(',', '.').trim() + "%"
};
};
}
}
@@ -90,9 +89,7 @@ async function pdf_parse(travel: string) {
date = corres[0]
} else {
date = "non trouvé"
}
}
}
// Construction de l'objet final