Skip to content

Commit

Permalink
chore(condo): add offsettingAccount to paid works gql (#5483)
Browse files Browse the repository at this point in the history
  • Loading branch information
toplenboren authored Nov 14, 2024
1 parent 0718c25 commit d7a1210
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const generateTicketDocumentOfPaidWorks = async ({ task, baseAttrs, context, loc
ticket: { id: ticket.id },
deletedAt: null,
status_not: INVOICE_STATUS_CANCELED,
}, 'id currencyCode accountNumber rows { isMin toPay name count vatPercent } recipient { bankName bankAccount bic }', {
}, 'id currencyCode accountNumber rows { isMin toPay name count vatPercent } recipient { bankName bankAccount bic offsettingAccount }', {
sortBy: ['createdAt_ASC'],
})

Expand Down

0 comments on commit d7a1210

Please sign in to comment.