patch for Discount Rate

This commit is contained in:
Nijil 2011-11-22 15:21:42 +05:30
parent 54eb735a47
commit 6800ad55bd

View File

@ -0,0 +1,7 @@
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('stock', 'doctype', 'purchase_receipt_detail')