IO-1687 Add payable due date.

This commit is contained in:
Patrick Fic
2022-02-08 11:07:31 -08:00
parent 46731975e6
commit ffb39bbee7
5 changed files with 13 additions and 6 deletions

View File

@@ -404,6 +404,7 @@ query QUERY_BILLS_FOR_PAYABLES_EXPORT($bills: [uuid!]!) {
vendor{
id
name
due_date
}
}
}