commit | b24f5c25ec30a60fd1e07f1a68acc7d7b7dcc8b0 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 15 05:39:06 2012 +0100 |
committer | Rushabh Mehta <rmehta@gmail.com> | Thu Nov 15 05:39:06 2012 +0100 |
tree | 7de1eb00b6aeeceb1d941a1e0e6f043300bf1e6a | |
parent | 3b7f9c1c856610d71fc1b74f6caea933320d0f70 [diff] | |
parent | e97dce34470390dc4729a38aa5080b5d5bc1b70b [diff] |
Merge branch 'master' of github.com:webnotes/erpnext
diff --git a/setup/doctype/email_digest/email_digest.py b/setup/doctype/email_digest/email_digest.py index b6ea033..612677d 100644 --- a/setup/doctype/email_digest/email_digest.py +++ b/setup/doctype/email_digest/email_digest.py
@@ -93,7 +93,7 @@ return self.get_msg_html(out) def get_msg_html(self, out): - with_value = [o[1] for o in out if o[0] + with_value = [o[1] for o in out if o[0]] if with_value: with_value = "\n".join(with_value)