diff --git a/tap_exact/streams.py b/tap_exact/streams.py index 3c7e5ab..aaa667e 100644 --- a/tap_exact/streams.py +++ b/tap_exact/streams.py @@ -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),