Skip to content

'TaxRate' has no attribute 'all' #50

@kaushal235

Description

@kaushal235

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions