Code cleanup
This commit is contained in:
parent
b12b07a8f6
commit
a7030af1c2
1 changed files with 0 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue