brotherton-erpnext/erpnext/patches/april_2012/serial_no_fixes.py
2012-04-27 17:12:47 +05:30

7 lines
182 B
Python

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