Skip to content

Commit

Permalink
Merge pull request #375 from RJ-SMTR/hotfix/373-status-integracao
Browse files Browse the repository at this point in the history
(homol) fix: show status for integracao
  • Loading branch information
williamfl2007 committed Aug 5, 2024
2 parents a494a78 + 51dcf35 commit b22a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bank-statements/bank-statements.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class BankStatementsService {
const paidAmount = Number(weekToPayAmount.toFixed(2));
const ticketCount = revenuesWeek.reduce((s, i) => s + i.count, 0);
const status = !errors.length
? amount
? (amount || paidAmount)
? isPago
? 'Pago'
: 'A pagar'
Expand Down

0 comments on commit b22a250

Please sign in to comment.