Merge branch 'master' of github.com:webnotes/erpnext

This commit is contained in:
Rushabh Mehta 2012-11-23 13:47:49 +01:00
commit 5a62c53343

View File

@ -1,6 +1,7 @@
import webnotes import webnotes
def execute(): def execute():
webnotes.conn.sql("""delete from `tabSearch Criteria` where name='Delivery Note Itemwise Pending To Bill'""") webnotes.delete_doc("Search Criteria", "delivery_note_itemwise_pending_to_bill")
from webnotes.modules import reload_doc from webnotes.modules import reload_doc
reload_doc("accounts", "report", "delivered_items_to_be_billed") reload_doc("accounts", "report", "delivered_items_to_be_billed")