Skip to content

Commit

Permalink
Merge pull request #472 from FatemehMoghadam/multibook
Browse files Browse the repository at this point in the history
local variable error fixed for deduction
  • Loading branch information
scottp-dpaw committed Nov 1, 2018
2 parents 5502f28 + 281043c commit b765bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/payments/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def addToInterface(date,oracle_codes,system,override):
description = k,
source = system.source,
method = system.method,
comments = '{} GST/{}'.format(deduction.destination_account_code,date),
comments = '{} GST/{}'.format(k,date),
status = 'NEW',
status_date = today
)
Expand Down

0 comments on commit b765bf5

Please sign in to comment.