commit | 9c1d828b1b6c93abdb0208c41824aacbe88e9f12 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@iwebnotes.com> | Thu Oct 14 17:18:24 2021 +0530 |
committer | Ankush Menat <ankush@iwebnotes.com> | Thu Oct 14 17:18:24 2021 +0530 |
tree | a1c21eb1c29c2c997db14931a039df1bbdff7d06 | |
parent | 1233725b64043719e87f89980406e1e311d0f7ef [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 e1fae84..7a51b43 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'):