mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
add voucher detail no while creating gl entry
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user