moved delivered_items_to_be_billed from stock to accounts

This commit is contained in:
Rushabh Mehta
2012-11-23 17:56:30 +05:30
parent bc54dadd44
commit 7d665818b5
4 changed files with 3 additions and 3 deletions

View File

@@ -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")