diff --git a/frappe/__init__.py b/frappe/__init__.py index c7115397b9..df05c479f4 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -243,7 +243,7 @@ def msgprint(msg, small=0, raise_exception=0, as_table=False): if as_table and type(msg) in (list, tuple): msg = '
| %s | ' % c for c in r])+'