-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
tax_rates
= TaxRate.all(qb=client)`
In taxrate.py I see class "TaxRate" inheritate "QuickbooksBaseObject" rather then "QuickbooksManagedObject" which allow all, filter like methods
So, by changing
class TaxRate(QuickbooksTransactionEntity, QuickbooksBaseObject):
to
class TaxRate(QuickbooksTransactionEntity, QuickbooksManagedObject):
will work.
I want to ask is there any reason not using QuickbooksManagedObject in TaxRate
Can I make pull request?
Metadata
Metadata
Assignees
Labels
No labels