mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:34:30 -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;">
|
<div class="table-responsive" style="padding-top:4px;">
|
||||||
|
|
||||||
|
|
||||||
@include('invoices.edit_table', ['isTasks' => false])
|
@include('invoices.edit_table', ['isTasks' => false])
|
||||||
|
|
||||||
@if ($account->isModuleEnabled(ENTITY_TASK) && ($invoice->has_tasks || ! empty($tasks)))
|
@if ($account->isModuleEnabled(ENTITY_TASK) && ($invoice->has_tasks || ! empty($tasks)))
|
||||||
@include('invoices.edit_table', ['isTasks' => true])
|
@include('invoices.edit_table', ['isTasks' => true])
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
|
{{ Former::setOption('TwitterBootstrap3.labelWidths.large', 4) }}
|
||||||
{{ Former::setOption('TwitterBootstrap3.labelWidths.small', 4) }}
|
{{ Former::setOption('TwitterBootstrap3.labelWidths.small', 4) }}
|
||||||
|
|
||||||
@ -491,8 +488,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user