reload so pending items
This commit is contained in:
parent
7a13b238cb
commit
a926468574
7
erpnext/patches/may_2012/reload_so_pending_items.py
Normal file
7
erpnext/patches/may_2012/reload_so_pending_items.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
from webnotes.model import delete_doc
|
||||||
|
delete_doc("Search Criteria", "sales_order_pending_items1")
|
||||||
|
|
||||||
|
from webnotes.modules import reload_doc
|
||||||
|
reload_doc('selling', 'search_criteria', 'sales_order_pending_items')
|
@ -357,5 +357,10 @@ patch_list = [
|
|||||||
'patch_file': 'std_pf_readonly',
|
'patch_file': 'std_pf_readonly',
|
||||||
'description': 'Make standard print formats readonly for system manager'
|
'description': 'Make standard print formats readonly for system manager'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.may_2012',
|
||||||
|
'patch_file': 'reload_so_pending_items',
|
||||||
|
'description': 'reload so pending items'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user