Merge pull request #999 from itflow-org/rec-ticket-accounting-bugfix

Recurring tickets bugfix
This commit is contained in:
Johnny 2024-08-18 12:56:05 -04:00 committed by GitHub
commit 86e3f377ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -74,14 +74,14 @@
</div>
</div>
<?php if ($config_module_enable_accounting) { ?>
<div class="form-group">
<?php //if ($config_module_enable_accounting) { ?>
<div class="form-group" <?php if (!$config_module_enable_accounting) { echo 'style="display:none"'; } ?>>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" name="billable" id="editTicketBillable" value="1">
<label class="custom-control-label" for="editTicketBillable">Mark Billable</label>
</div>
</div>
<?php } ?>
<?php //} ?>
</div>