mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
Merge pull request #1213 from pdvyas/email-digest-error
fix company email digest patch
This commit is contained in:
@@ -13,8 +13,6 @@ def execute():
|
|||||||
return
|
return
|
||||||
|
|
||||||
# no default company
|
# no default company
|
||||||
company = webnotes.conn.get_default("company")
|
|
||||||
if not company:
|
|
||||||
company = webnotes.conn.sql_list("select name from `tabCompany`")
|
company = webnotes.conn.sql_list("select name from `tabCompany`")
|
||||||
if company:
|
if company:
|
||||||
company = company[0]
|
company = company[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user