Skip to content

Commit

Permalink
Merge pull request #999 from itflow-org/rec-ticket-accounting-bugfix
Browse files Browse the repository at this point in the history
Recurring tickets bugfix
  • Loading branch information
johnnyq authored Aug 18, 2024
2 parents e60ca0f + f605f58 commit 86e3f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recurring_ticket_edit_modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 86e3f37

Please sign in to comment.