Browse Source

import fix

version-14
Rushabh Mehta 14 years ago
parent
commit
a8d0285061
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cgi-bin/webnotes/model/import_docs.py

+ 1
- 1
cgi-bin/webnotes/model/import_docs.py View File

@@ -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…
Cancel
Save