mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
patch for Discount Rate
This commit is contained in:
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')
|
||||||
Reference in New Issue
Block a user