chore : correction de la fonction #5
This commit is contained in:
@@ -76,7 +76,6 @@ async function pdf_parse(travel: string) {
|
||||
price_ht: parseFloat(price.replace(',', '.')),
|
||||
tva: tva.replace(',', '.').trim() + "%"
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,8 +90,6 @@ async function pdf_parse(travel: string) {
|
||||
} else {
|
||||
date = "non trouvé"
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// Construction de l'objet final
|
||||
|
||||
Reference in New Issue
Block a user