brotherton-erpnext/erpnext/patches/v5_0/item_patches.py

6 lines
258 B
Python
Raw Normal View History

2015-02-23 06:02:10 +00:00
import frappe
def execute():
frappe.db.sql("update `tabItem` set end_of_life='2099-12-31' where ifnull(end_of_life, '0000-00-00')='0000-00-00'")
frappe.db.sql("update `tabItem` set website_image = image where ifnull(website_image, '') = 'attach_files:'")