diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index 6e067d1c4..e666cff51 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -136,7 +136,7 @@
+ |
|
-
-
+
+ |
@@ -177,9 +178,9 @@
| ||||
+ |
-
+
{{ trans('invoices.discount') }}
@@ -213,7 +214,7 @@
|
- + |
{{ 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') }}
@@ -229,9 +230,9 @@
| ||||
-
-
+
+ |
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -257,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') }}
+ |
@@ -271,9 +272,9 @@
| | ||
+ |
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -321,18 +322,18 @@
|
- + |
__
|
- - @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both'])) + | + @if (!$hideDiscount && in_array(setting('localisation.discount_location'), ['item', 'both'])) - @endif + @endif |