commit | 3f97413814aca3815273a51b2abca84180806b99 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankushmenat@gmail.com> | Thu Oct 14 16:45:27 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Oct 14 16:45:27 2021 +0530 |
tree | 1e6da83339c474f1ebd7ba452e5b07808d23307d | |
parent | efc60ec2b5d4019560599ba56ffcf5eb7612347b [diff] |
chore: formatting
diff --git a/erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py b/erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py index d18bcd7..cc10413 100644 --- a/erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py +++ b/erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py
@@ -1,5 +1,6 @@ import frappe + def execute(): frappe.reload_doc('core', 'doctype', 'scheduled_job_type') if frappe.db.exists('Scheduled Job Type', 'repost_item_valuation.repost_entries'):