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-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")
|