patch for stock reconciliation
This commit is contained in:
parent
fc26f64011
commit
38477a3616
5
erpnext/patches/reload_reco.py
Normal file
5
erpnext/patches/reload_reco.py
Normal file
@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.modules.module_manager import reload_doc
|
||||
|
||||
reload_doc('stock', 'doctype', 'stock_reconciliation')
|
Loading…
x
Reference in New Issue
Block a user