mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +00:00
delete gross profit based on search criteria
This commit is contained in:
@@ -195,4 +195,5 @@ patch_list = [
|
||||
"execute:webnotes.conn.sql(\"update `tabReport` set report_type=if(ifnull(query, '')='', 'Report Builder', 'Query Report') where is_standard='No'\")",
|
||||
"execute:webnotes.conn.sql(\"update `tabReport` set report_name=name where ifnull(report_name,'')='' and is_standard='No'\")",
|
||||
"patches.february_2013.p08_todo_query_report",
|
||||
"execute:webnotes.delete_doc('Search Criteria', 'gross_profit') # 2013-02-26"
|
||||
]
|
||||
Reference in New Issue
Block a user