Rohit Waghchaure
3 years ago
2 changed files with 8 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||
|
import frappe |
||||
|
|
||||
|
def execute(): |
||||
|
frappe.reload_doc('core', 'doctype', 'scheduled_job_type') |
||||
|
if frappe.db.exists('Scheduled Job Type', 'repost_item_valuation.repost_entries'): |
||||
|
frappe.db.set_value('Scheduled Job Type', |
||||
|
'repost_item_valuation.repost_entries', 'stopped', 0) |
Loading…
Reference in new issue