mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
4 lines
119 B
Python
4 lines
119 B
Python
def execute():
|
|
import webnotes
|
|
from webnotes.modules import reload_doc
|
|
reload_doc('stock', 'Report', 'Stock Ledger') |