feat(Issue): Settings to stop SLA tracking (#18112)

* fix: fix msgprint when creating new issues

* fix: use getdate

* fix: do not self save

* fix: test case

* fix: error due to comparing date and str

* fix: creation time for replicated issue

* feat: sla in support settings

* fix: remove sla settings

* feat: enable check in sla

* fix: throw if sla is disabled

* fix: enable sla
diff --git a/erpnext/config/support.py b/erpnext/config/support.py
index 0301bb3..36b4214 100644
--- a/erpnext/config/support.py
+++ b/erpnext/config/support.py
@@ -97,4 +97,15 @@
 				},
 			]
 		},
+		{
+			"label": _("Settings"),
+			"icon": "fa fa-list",
+			"items": [
+				{
+					"type": "doctype",
+					"name": "Support Settings",
+					"label": _("Support Settings"),
+				},
+			]
+		},
 	]
\ No newline at end of file