pvdetail and patch

This commit is contained in:
Nijil 2011-11-24 16:18:42 +05:30
parent 1530b93a6e
commit 4e54d7a434

4
erpnext/patches/Discount_purchase_cycle.py Normal file → Executable file
View File

@ -2,6 +2,6 @@ def execute():
import webnotes
from webnotes.modules.module_manager import reload_doc
reload_doc('accounts', 'doctype', 'payable_voucher')
reload_doc('buying', 'doctype', 'purchase_common')
reload_doc('accounts', 'doctype', 'pv_detail')
reload_doc('buying', 'doctype', 'po_detail')
reload_doc('stock', 'doctype', 'purchase_receipt_detail')