Files
schuetz3-erpnext/erpnext/patches/v14_0/setup_clear_repost_logs.py
Rohit Waghchaure e039a14f6f fix: default clear repost logs
(cherry picked from commit 5949a7ecff)
2022-12-02 08:26:49 +00:00

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()