mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
@@ -71,7 +71,6 @@ def get_data(filters):
|
|||||||
|
|
||||||
assets = [d.against_voucher for d in gl_entries]
|
assets = [d.against_voucher for d in gl_entries]
|
||||||
assets_details = get_assets_details(assets)
|
assets_details = get_assets_details(assets)
|
||||||
print(gl_entries)
|
|
||||||
|
|
||||||
for d in gl_entries:
|
for d in gl_entries:
|
||||||
asset_data = assets_details.get(d.against_voucher)
|
asset_data = assets_details.get(d.against_voucher)
|
||||||
|
|||||||
Reference in New Issue
Block a user