add voucher detail no while creating gl entry

This commit is contained in:
Zlash65 2018-10-06 16:17:12 +05:30
parent 29fe8ce114
commit b4aeee776a

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)