From 5b63f4b6d166f6094c85cdb7abd0da6b20d1b459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Sun, 27 Dec 2020 23:56:49 +0300 Subject: [PATCH] fixed line discount control --- resources/views/components/documents/form/line-item.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index 554b42d4f..f2a7717e2 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -160,7 +160,7 @@ - @if (!in_array(setting('localisation.discount_location', 'total'), ['item', 'both'])) + @if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))