mirror of https://github.com/itflow-org/itflow
Merge pull request #999 from itflow-org/rec-ticket-accounting-bugfix
Recurring tickets bugfix
This commit is contained in:
commit
86e3f377ab
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue