Skip to content

Commit

Permalink
Extend BOOLEAN_FIELDS tuple
Browse files Browse the repository at this point in the history
Add IsReconciled, EnablePaymentsToAccount and ShowInExpenseClaims to
BOOLEAN_FIELDS. This fixes issue freakboy3742#142
  • Loading branch information
Alex Burbidge committed Apr 25, 2017
1 parent 39e1031 commit ff00acf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xero/basemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ class BaseManager(object):
'IncludeInEmails',
'SentToContact',
'CanApplyToRevenue',
'IsReconciled',
'EnablePaymentsToAccount',
'ShowInExpenseClaims'
)
DECIMAL_FIELDS = (
'Hours',
Expand Down

0 comments on commit ff00acf

Please sign in to comment.