lib/xeroizer/models/manual_journal.rb in xeroizer-0.5.2 vs lib/xeroizer/models/manual_journal.rb in xeroizer-2.15.0
- old
+ new
@@ -23,9 +23,10 @@
date :date
string :status
string :line_amount_types
string :narration
string :url
+ string :external_link_provider_name # only seems to be read-only at the moment
boolean :show_on_cash_basis_reports
datetime :updated_date_utc, :api_name => 'UpdatedDateUTC'
has_many :journal_lines, :model_name => 'ManualJournalLine'
\ No newline at end of file