Skip to content

Commit

Permalink
Fix AccrualReport so it reports Department (#58)
Browse files Browse the repository at this point in the history
Department was not included in the schema
  • Loading branch information
papalas authored Sep 16, 2024
1 parent 299015d commit 6138ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,10 @@
{"name": "KlassId", "type": "string"},
{"name": "Class", "type": "string"},
{"name": "ClassId", "type": "string"},
{"name": "Categories", "type": "array", "child_type": "string"}
{"name": "Categories", "type": "array", "child_type": "string"},
{"name": "Department", "type": "string"},
{"name": "DepartmentId", "type": "string"}

],
"GeneralLedgerCashReport": [
{"name": "Date", "type": "string"},
Expand Down

0 comments on commit 6138ecb

Please sign in to comment.