Correction importation

This commit is contained in:
2026-07-14 15:03:08 +02:00
parent 3e4c0dffa8
commit 84f1cb19d5
3 changed files with 1241 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ function syncAutoRetrait(rembId, methode, netRecu, investissementId, dateRemb) {
);
}
function syncInvestissementStatut(investissement_id) {
export function syncInvestissementStatut(investissement_id) {
if (!investissement_id) return;
const inv = db.prepare('SELECT montant_investi FROM investissements WHERE id=?').get(investissement_id);
if (!inv) return;