default value for billable flag and support in batch update (#2851)
This commit is contained in:
@@ -36,6 +36,11 @@
|
||||
{{ form_row(form.exported) }}
|
||||
</fieldset>
|
||||
{% endif %}
|
||||
{% if form.billable is defined %}
|
||||
<fieldset>
|
||||
{{ form_row(form.billable) }}
|
||||
</fieldset>
|
||||
{% endif %}
|
||||
{% if form.recalculateRates is defined %}
|
||||
<fieldset>
|
||||
{{ form_row(form.recalculateRates) }}
|
||||
|
||||
Reference in New Issue
Block a user