[employee] [fix] removed erroneous break statement

This commit is contained in:
Anand Doshi 2013-04-17 18:40:40 +05:30
parent 311a243bdc
commit a1924eda90

View File

@ -114,7 +114,6 @@ class DocType:
except webnotes.DuplicateEntryError, e:
# already exists
pass
break
profile_wrapper.save()