mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
pvdetail and patch
This commit is contained in:
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
|
import webnotes
|
||||||
from webnotes.modules.module_manager import reload_doc
|
from webnotes.modules.module_manager import reload_doc
|
||||||
|
|
||||||
reload_doc('accounts', 'doctype', 'payable_voucher')
|
reload_doc('accounts', 'doctype', 'pv_detail')
|
||||||
reload_doc('buying', 'doctype', 'purchase_common')
|
reload_doc('buying', 'doctype', 'po_detail')
|
||||||
reload_doc('stock', 'doctype', 'purchase_receipt_detail')
|
reload_doc('stock', 'doctype', 'purchase_receipt_detail')
|
||||||
|
|||||||
Reference in New Issue
Block a user