Browse Source

chore: formatting

develop
Ankush Menat 3 years ago
committed by GitHub
parent
commit
3f97413814
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py

1
erpnext/patches/v13_0/enable_scheduler_job_for_item_reposting.py

@ -1,5 +1,6 @@
import frappe import frappe
def execute(): def execute():
frappe.reload_doc('core', 'doctype', 'scheduled_job_type') frappe.reload_doc('core', 'doctype', 'scheduled_job_type')
if frappe.db.exists('Scheduled Job Type', 'repost_item_valuation.repost_entries'): if frappe.db.exists('Scheduled Job Type', 'repost_item_valuation.repost_entries'):

Loading…
Cancel
Save