You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[PR #184](https://github.com/fivetran/dbt_quickbooks/pull/184) includes the following updates:
3
3
4
4
## Bug Fix
5
-
- Updates the `is_overdue` and `days_overdue` logic in the `quickbooks__ap_ar_enhanced` model to compare `due_date` with the current date instead of `recent_payment_date`, ensuring accurate overdue status and day counts for bills and invoices.
5
+
- Updates the `is_overdue` and `days_overdue` logic in the `quickbooks__ap_ar_enhanced` model to compare `due_date` with the current date instead of `recent_payment_date`, which can be null. This ensures accurate overdue status and day counts for bills and invoices.
6
6
7
7
# dbt_quickbooks v1.0.1-a1
8
8
[PR #179](https://github.com/fivetran/dbt_quickbooks/pull/179) is a pre-release that includes the following updates:
0 commit comments