mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Accounting module disable ticket billable options
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user