mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +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)
|
||||
Reference in New Issue
Block a user