瀏覽代碼

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
# --------------------------------------------------------------------


Loading…
取消
儲存