2012-07-19 08:10:31 +00:00
|
|
|
from __future__ import unicode_literals
|
2012-04-25 12:55:13 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
2012-04-27 11:42:47 +00:00
|
|
|
from webnotes.modules import reload_doc
|
2012-04-25 12:55:13 +00:00
|
|
|
reload_doc('stock', 'doctype', 'serial_no')
|
|
|
|
|
|
|
|
webnotes.conn.sql("update `tabSerial No` set sle_exists = 1")
|