IO-2407 In House Invoice Audit Log correction for Invoice Number

This commit is contained in:
Allan Carr
2023-09-20 12:16:03 -07:00
parent 64851047bf
commit 6319fd20fa
2 changed files with 4 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ export const INSERT_NEW_BILL = gql`
insert_bills(objects: $bill) {
returning {
id
invoice_number
}
}
}