3 lines
110 B
Python
3 lines
110 B
Python
def execute():
|
|
from webnotes.modules import reload_doc
|
|
reload_doc("Buying", "Report", "Supplier Quotations") |