mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +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