patch for Discount Rate
This commit is contained in:
parent
54eb735a47
commit
6800ad55bd
7
erpnext/patches/Discount_purchase_cycle.py
Normal file
7
erpnext/patches/Discount_purchase_cycle.py
Normal 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')
|
Loading…
x
Reference in New Issue
Block a user