2013-08-05 09:29:54 +00:00
|
|
|
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2012-11-30 06:32:00 +00:00
|
|
|
import webnotes
|
|
|
|
|
|
|
|
def execute():
|
|
|
|
webnotes.clear_perms("Employee")
|
|
|
|
webnotes.reload_doc("hr", "doctype", "employee")
|
|
|
|
webnotes.conn.sql("""update tabEmployee set employee=name""")
|