Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunobento1990 committed Dec 23, 2024
1 parent ee0d8b5 commit 22c6d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/@open-adm/utils/gerador-parcelas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ export function geradorParcelas(
proximoMesVencimento,
proximoDiaVencimento,
),
numeroDaFatura: i + 1,
numeroDaParcela: i + 1,
valor: valorParcela,
});
} as any);
}

proximoMesVencimento += 1;
Expand All @@ -61,9 +61,9 @@ export function geradorParcelas(
proximoMesVencimento,
proximoDiaVencimento,
),
numeroDaFatura: props.quantidadeDeParcelas,
numeroDaParcela: props.quantidadeDeParcelas,
valor: valorUltimaParcela
});
} as any);

return novasParcelas;
}
Expand Down

0 comments on commit 22c6d2b

Please sign in to comment.