chore : correction de la fonction #5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user