mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-14 18:51:21 +00:00
[material request on re-order level] [fixes] if error occurs, send email to the System Manager
This commit is contained in:
@@ -53,7 +53,7 @@ def execute_daily():
|
||||
|
||||
# daily backup
|
||||
from setup.doctype.backup_manager.backup_manager import take_backups_daily
|
||||
take_backups_daily()
|
||||
run_fn(take_backups_daily)
|
||||
|
||||
# check reorder level
|
||||
from stock.utils import reorder_item
|
||||
@@ -61,7 +61,7 @@ def execute_daily():
|
||||
|
||||
def execute_weekly():
|
||||
from setup.doctype.backup_manager.backup_manager import take_backups_weekly
|
||||
take_backups_weekly()
|
||||
run_fn(take_backups_weekly)
|
||||
|
||||
def execute_monthly():
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user