Commented out open ticket as its still Work IN Progress and not ready for stable

This commit is contained in:
johnnyq
2023-12-27 16:27:42 -05:00
parent c8b51b01d3
commit 220d565544

View File

@@ -37,12 +37,14 @@
</a>
</li>
<?php if ($config_module_enable_ticketing == 1) { ?>
<!-- WORK IN PROGRESS (Commented by JQ 2023-12-27)
<li class="nav-item">
<a class="nav-link" href="#" data-toggle="modal" data-target="#openTicketsModal">
<i class="fas fa-hourglass-half"></i>
<span class="badge" id="runningTicketsCount">0</span>
</a>
</li>
-->
<?php } ?>