mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
New Feature Enable/Disable ITFlow Modules now using the automated DB updater
This commit is contained in:
@@ -578,8 +578,9 @@ if(isset($_GET['ticket_id'])){
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<?php if($config_module_enable_accounting){ ?>
|
||||
<div class="card card-body card-outline card-dark mb-2">
|
||||
<div class="">
|
||||
<div class="">
|
||||
<a href="#" class="btn btn-outline-success btn-block" href="#" data-toggle="modal" data-target="#addInvoiceFromTicketModal">Invoice Ticket</a>
|
||||
<?php
|
||||
if($ticket_status !== "Closed"){
|
||||
@@ -588,6 +589,7 @@ if(isset($_GET['ticket_id'])){
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user