add voucher detail no while creating gl entry
This commit is contained in:
parent
29fe8ce114
commit
b4aeee776a
@ -157,6 +157,7 @@ def book_deferred_income_or_expense(doc, start_date=None, end_date=None):
|
|||||||
"credit": base_amount,
|
"credit": base_amount,
|
||||||
"credit_in_account_currency": amount,
|
"credit_in_account_currency": amount,
|
||||||
"cost_center": item.cost_center,
|
"cost_center": item.cost_center,
|
||||||
|
"voucher_detail_no": item.name,
|
||||||
'posting_date': booking_end_date,
|
'posting_date': booking_end_date,
|
||||||
'project': project
|
'project': project
|
||||||
}, account_currency)
|
}, account_currency)
|
||||||
|
Loading…
Reference in New Issue
Block a user