pvdetail and patch
This commit is contained in:
parent
1530b93a6e
commit
4e54d7a434
4
erpnext/patches/Discount_purchase_cycle.py
Normal file → Executable file
4
erpnext/patches/Discount_purchase_cycle.py
Normal file → Executable 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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user