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']))