Merge pull request #3786 from nabinhait/fix4
[fix] Ignore if error coming while sending emails to system managers
This commit is contained in:
commit
f7bf50d6fe
@ -31,8 +31,10 @@ Please check following Entries:
|
|||||||
Regards,
|
Regards,
|
||||||
|
|
||||||
Administrator""" % "\n".join([(d[0] + ": " + ", ".join(d[1])) for d in wrong_records])
|
Administrator""" % "\n".join([(d[0] + ": " + ", ".join(d[1])) for d in wrong_records])
|
||||||
|
try:
|
||||||
sendmail_to_system_managers("[Important] [ERPNext] Tax calculation might be wrong, please check.", content)
|
sendmail_to_system_managers("[Important] [ERPNext] Tax calculation might be wrong, please check.", content)
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
print "="*50
|
print "="*50
|
||||||
print content
|
print content
|
||||||
|
Loading…
x
Reference in New Issue
Block a user