mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Code cleanup
This commit is contained in:
parent
b12b07a8f6
commit
a7030af1c2
@ -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…
x
Reference in New Issue
Block a user