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?),