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