Accounting module disable ticket billable options

This commit is contained in:
o-psi
2023-12-22 16:19:51 +00:00
parent f8702557c8
commit 7709627e5b
3 changed files with 39 additions and 22 deletions

View File

@@ -62,6 +62,8 @@
</div>
</div>
<?php if ($config_module_enabled_accounting) {
?>
<div class="form-group">
<label>Billable</label>
<div class="input-group">
@@ -73,8 +75,9 @@
<option <?php if ($ticket_billable == 0) { echo "selected"; } ?> value="0">No</option>
</select>
</div>
</div>
<?php } ?>
</div>