mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
[minor] don't display missing file doc message in item's make thumbnail
This commit is contained in:
@@ -98,6 +98,8 @@ class Item(WebsiteGenerator):
|
|||||||
})
|
})
|
||||||
except frappe.DoesNotExistError:
|
except frappe.DoesNotExistError:
|
||||||
pass
|
pass
|
||||||
|
# cleanup
|
||||||
|
frappe.local.message_log.pop()
|
||||||
|
|
||||||
# for CSV import
|
# for CSV import
|
||||||
if not file_doc:
|
if not file_doc:
|
||||||
|
|||||||
Reference in New Issue
Block a user