2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-04-25 18:25:13 +05:30
|
|
|
def execute():
|
|
|
|
import webnotes
|
2012-04-27 17:12:47 +05:30
|
|
|
from webnotes.modules import reload_doc
|
2012-04-25 18:25:13 +05:30
|
|
|
reload_doc('stock', 'doctype', 'serial_no')
|
|
|
|
|
|
|
|
webnotes.conn.sql("update `tabSerial No` set sle_exists = 1")
|