brotherton-erpnext/patches/april_2012/serial_no_fixes.py
2012-09-24 19:13:42 +05:30

8 lines
222 B
Python

from __future__ import unicode_literals
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('stock', 'doctype', 'serial_no')
webnotes.conn.sql("update `tabSerial No` set sle_exists = 1")