From e47e42ddfc82c11fd7e524d0094da5d927e970c0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 3 Sep 2017 18:41:44 +0300 Subject: [PATCH] Fix to always show at least one blank invoice item --- resources/views/invoices/edit_table.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/invoices/edit_table.blade.php b/resources/views/invoices/edit_table.blade.php index f43c9375c2af..2e6201922320 100644 --- a/resources/views/invoices/edit_table.blade.php +++ b/resources/views/invoices/edit_table.blade.php @@ -1,4 +1,4 @@ -exists || ! empty($tasks) ? 'data-bind="visible: $root.hasItems"' : '') !!}> +has_tasks || ! empty($tasks) ? 'data-bind="visible: $root.hasItems"' : '') !!}> @if ($isTasks) @@ -21,7 +21,7 @@ -