Skip to content

Commit

Permalink
Merge pull request #48 from grumpy-curmudgeon/master
Browse files Browse the repository at this point in the history
Fix issue 45
  • Loading branch information
ej2 authored Oct 14, 2016
2 parents ea4e62b + 3ec4955 commit 2a72028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickbooks/objects/deposit.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def __init__(self):

class CashBackInfo(QuickbooksBaseObject):
class_dict = {
"AccountRef": None
"AccountRef": Ref
}

def __init__(self):
Expand Down

0 comments on commit 2a72028

Please sign in to comment.