mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
6 lines
246 B
Python
6 lines
246 B
Python
import webnotes
|
|
|
|
def execute():
|
|
webnotes.conn.sql("""delete from `tabSearch Criteria` where name='Delivery Note Itemwise Pending To Bill'""")
|
|
from webnotes.modules import reload_doc
|
|
reload_doc("stock", "report", "delivered_items_to_be_billed") |