mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
moved directory structure
This commit is contained in:
9
patches/may_2012/reload_so_pending_items.py
Normal file
9
patches/may_2012/reload_so_pending_items.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.model import delete_doc
|
||||
delete_doc("Search Criteria", "sales_order_pending_items1")
|
||||
|
||||
webnotes.conn.sql("update `tabSearch Criteria` set module = 'Selling' where module = 'CRM'")
|
||||
from webnotes.modules import reload_doc
|
||||
reload_doc('selling', 'search_criteria', 'sales_order_pending_items')
|
||||
Reference in New Issue
Block a user