From a7030af1c298760b6490728b44a4dd6f1aa136bc Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 23 Dec 2017 21:34:55 +0200 Subject: [PATCH] Code cleanup --- resources/views/invoices/edit.blade.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index cab570180ee2..8dbd5d71df61 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -303,14 +303,11 @@
- @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 @@
- -