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