Skip to content

Commit

Permalink
Merge pull request waynerobinson#559 from mhssmnn/add-missing-contact…
Browse files Browse the repository at this point in the history
…-attribute

Add company_number attr to contacts
  • Loading branch information
CloCkWeRX authored May 20, 2024
2 parents b81d230 + df9ed22 commit 5e0cc58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xeroizer/models/contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class Contact < Base
string :account_number
string :name
string :tax_number
string :company_number
string :bank_account_details
string :accounts_receivable_tax_type
string :accounts_payable_tax_type
Expand Down

0 comments on commit 5e0cc58

Please sign in to comment.