Created export payables screen + basic invoice exporting BOD-139
This commit is contained in:
@@ -129,6 +129,8 @@ export const UPDATE_INVOICE = gql`
|
||||
update_invoices(where: { id: { _eq: $invoiceId } }, _set: $invoice) {
|
||||
returning {
|
||||
id
|
||||
exported
|
||||
exported_at
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user