patch fixes

This commit is contained in:
Rushabh Mehta
2012-04-02 14:06:46 +05:30
parent c88ae2be4d
commit 5475a3ca66
14 changed files with 76 additions and 45 deletions

View File

@@ -1,11 +1,3 @@
def execute():
import webnotes
from webnotes.modules import reload_doc
reload_doc('selling', 'doctype', 'quotation_detail')
reload_doc('selling', 'doctype', 'sales_order_detail')
reload_doc('stock', 'doctype', 'delivery_note_detail')
reload_doc('stock', 'doctype', 'purchase_receipt_detail')
reload_doc('buying', 'doctype', 'po_detail')
reload_doc('accounts', 'doctype', 'rv_detail')
reload_doc('accounts', 'doctype', 'pv_detail')
pass