mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
added new item-wise pricelist report and deprecated search criteria of Stock module
This commit is contained in:
0
patches/january_2013/__init__.py
Normal file
0
patches/january_2013/__init__.py
Normal file
9
patches/january_2013/deprecate_stock_search_criteria.py
Normal file
9
patches/january_2013/deprecate_stock_search_criteria.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import webnotes
|
||||
|
||||
def execute():
|
||||
for sc in ["itemwise_price_list", "itemwise_receipt_details",
|
||||
"shortage_to_purchase_request", "stock_aging_report",
|
||||
"stock_ledger", "stock_level", "stock_report",
|
||||
"custom_test2", "custom_test3", "custom_test4",
|
||||
"test_so2", "test_so3"]:
|
||||
webnotes.delete_doc("Search Criteria", sc)
|
||||
@@ -574,4 +574,8 @@ patch_list = [
|
||||
'patch_module': 'patches.december_2012',
|
||||
'patch_file': 'update_print_width',
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.january_2013',
|
||||
'patch_file': 'deprecate_stock_search_criteria',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user