Skip to content

Commit

Permalink
add journal description
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiascadee committed Dec 13, 2023
1 parent 511b492 commit e2b2cb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_exact/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class TransactionLinesStream(ExactSyncStream):
Property("ItemCode", StringType),
Property("ItemDescription", StringType),
Property("JournalCode", StringType),
Property("JournalDescription", StringType),
Property("LineNumber", IntegerType),
Property("LineType", IntegerType),
Property("Modified", DateTimeType),
Expand Down

0 comments on commit e2b2cb1

Please sign in to comment.