From 1312261abaa9e3fa36129bda8a029c4ee015f628 Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Tue, 24 Mar 2026 09:55:41 -0400 Subject: [PATCH] Update accounting_info preference section --- lib/quickbooks/model/preferences.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/quickbooks/model/preferences.rb b/lib/quickbooks/model/preferences.rb index 76d8e953..1ab152c6 100644 --- a/lib/quickbooks/model/preferences.rb +++ b/lib/quickbooks/model/preferences.rb @@ -17,7 +17,7 @@ def self.create_preference_class(*attrs, &block) end PREFERENCE_SECTIONS = { - :accounting_info => %w(TrackDepartments DepartmentTerminology ClassTrackingPerTxnLine? ClassTrackingPerTxn? CustomerTerminology), + :accounting_info => %w(BookCloseDate TrackDepartments DepartmentTerminology ClassTrackingPerTxnLine? ClassTrackingPerTxn? CustomerTerminology), :product_and_services => %w(ForSales? ForPurchase? QuantityWithPriceAndRate? QuantityOnHand?), :vendor_and_purchases => %w(TrackingByCustomer? BillableExpenseTracking? DefaultTerms? DefaultMarkup? POCustomField), :time_tracking => %w(UseServices? BillCustomers? ShowBillRateToAll WorkWeekStartDate MarkTimeEntiresBillable?),