mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
7 lines
221 B
Python
7 lines
221 B
Python
import webnotes
|
|
|
|
def execute():
|
|
webnotes.delete_doc("Search Criteria", "delivery_note_itemwise_pending_to_bill")
|
|
|
|
from webnotes.modules import reload_doc
|
|
reload_doc("accounts", "report", "delivered_items_to_be_billed") |