Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Jan 29, 2025
1 parent f9ed8f4 commit 4051665
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helpdesk/setup/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,11 @@ def add_default_holiday_list():
}
).insert()

# frappe.db.commit()


def enable_track_service_level_agreement_in_support_settings():
support_settings = frappe.get_doc("HD Settings")
support_settings.track_service_level_agreement = True
support_settings.save()
# frappe.db.commit()


def add_default_ticket_priorities():
Expand Down

0 comments on commit 4051665

Please sign in to comment.