mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
@@ -93,7 +93,7 @@ class DocType:
|
|||||||
return self.get_msg_html(out)
|
return self.get_msg_html(out)
|
||||||
|
|
||||||
def get_msg_html(self, 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:
|
if with_value:
|
||||||
with_value = "\n".join(with_value)
|
with_value = "\n".join(with_value)
|
||||||
|
|||||||
Reference in New Issue
Block a user