浏览代码

Merge branch 'live' of github.com:webnotes/wnframework

version-14
Rushabh Mehta 14 年前
父节点
当前提交
33f3d77d9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      py/webnotes/model/import_docs.py

+ 1
- 1
py/webnotes/model/import_docs.py 查看文件

@@ -323,7 +323,7 @@ class CSVImport:
except Exception:
sql("ROLLBACK")
self.msg.append('<div style="color: RED"> Validation Error: %s</div>' % str((webnotes.message_log and webnotes.message_log[0]) or webnotes.utils.getTraceback()))
self.msg.append('<div style="color: RED"> Did not import</div>'
self.msg.append('<div style="color: RED"> Did not import</div>')
# do import
# --------------------------------------------------------------------


正在加载...
取消
保存