Code cleanup

This commit is contained in:
Hillel Coren 2017-12-23 21:34:55 +02:00
parent b12b07a8f6
commit a7030af1c2

View File

@ -303,14 +303,11 @@
<div class="table-responsive" style="padding-top:4px;">
@include('invoices.edit_table', ['isTasks' => false])
@if ($account->isModuleEnabled(ENTITY_TASK) && ($invoice->has_tasks || ! empty($tasks)))
@include('invoices.edit_table', ['isTasks' => true])
@endif
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
{{ Former::setOption('TwitterBootstrap3.labelWidths.small', 4) }}
@ -491,8 +488,6 @@
</div>
</div>
</div>
</div>
</div>