mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
moved delivered_items_to_be_billed from stock to accounts
This commit is contained in:
@@ -3,4 +3,4 @@ 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")
|
||||
reload_doc("accounts", "report", "delivered_items_to_be_billed")
|
||||
Reference in New Issue
Block a user