diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php
index 4cb3b161f..2a88de784 100644
--- a/resources/views/components/documents/form/line-item.blade.php
+++ b/resources/views/components/documents/form/line-item.blade.php
@@ -133,176 +133,170 @@
@stack('item_custom_fields')
-
-
- @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both']))
-
-
-
-
-
+ @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both']))
+
+
+
+
-
-
-
-
-
+
+
+
+
-
-
-
- {{ trans('invoices.discount') }}
-
- @stack('discount_input_start')
-
- @stack('discount_input_end')
-
-
-
- {{ Form::moneyGroup('discount_amount', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row.discount_amount', 'data-item' => 'discount_amount', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
-
-
-
-
-
-
+
+
+
+
+
+ {{ trans('invoices.discount') }}
- @endif
-
-
-
-
- {{ trans_choice('general.taxes', 1) }}
+ @stack('discount_input_start')
+
-
+ @stack('discount_input_end')
+
-
- {{ Form::moneyGroup('tax', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row_tax.price', 'data-item' => 'total', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
-
-
-
-
-
-
-
-
-
- {{ trans_choice('general.taxes', 1) }}
-
+
+ {{ Form::moneyGroup('discount_amount', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row.discount_amount', 'data-item' => 'discount_amount', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
+
+
+
+
+
+
+ @endif
+
+
+
+ {{ trans_choice('general.taxes', 1) }}
+
- @stack('taxes_input_start')
-
- @stack('taxes_input_end')
-
-
-
- __
-
-
- @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both']))
-
- @endif
-
-
-
-
-
+ @stack('taxes_input_start')
+
+ @stack('taxes_input_end')
+
+
+
+
+ {{ Form::moneyGroup('tax', '', '', ['required' => 'required', 'disabled' => 'true' , 'row-input' => 'true', 'v-model' => 'row_tax.price', 'data-item' => 'total', 'currency' => $currency, 'dynamic-currency' => 'currency'], 0.00, 'text-right input-price disabled-money') }}
+
+
+
+
+
+
+
+
+
+ {{ trans_choice('general.taxes', 1) }}
+
+
+ @stack('taxes_input_start')
+
+ @stack('taxes_input_end')
+
+
+
+ __
+
+
+ @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both']))
+
+ @endif
+
+
+
|
-
+