Merge pull request #15602 from Zlash65/fix-mod

[Minor] Deferred Expense
This commit is contained in:
Zarrar 2018-10-06 16:21:06 +05:30 committed by GitHub
commit bc7a2c5cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,6 +157,7 @@ def book_deferred_income_or_expense(doc, start_date=None, end_date=None):
"credit": base_amount,
"credit_in_account_currency": amount,
"cost_center": item.cost_center,
"voucher_detail_no": item.name,
'posting_date': booking_end_date,
'project': project
}, account_currency)