diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index d7f52d5fe..97a04b43d 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -220,7 +220,7 @@ - + @@ -230,9 +230,9 @@ - +
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -258,13 +258,13 @@
- +
{{ 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') }}
- + @@ -272,9 +272,9 @@ - +
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -322,13 +322,13 @@
- +
__
- + @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both']))