brotherton-erpnext/erpnext/patches/v14_0/setup_clear_repost_logs.py
2022-12-01 23:35:21 +05:30

9 lines
190 B
Python

# Copyright (c) 2022, Frappe Technologies Pvt. Ltd. and Contributors
# License: MIT. See LICENSE
from erpnext.setup.install import setup_log_settings
def execute():
setup_log_settings()