diff --git a/public/css/custom.css b/public/css/custom.css index ea9a68e94..f4217bd52 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1627,30 +1627,4 @@ table .align-items-center td span.badge { .form-group .el-select .el-select__tags > span { display: contents !important; } -/* Select Tag Fixed Content Finish */ - -.row-tax-clear { - max-width: 40px !important; -} - -.row-tax-value { - width: 243px !important; -} - -.row-tax-input { - width: 244px !important; -} - -@media (max-width: 1300px) { - .row-tax-clear { - max-width: 40px !important; - } - - .row-tax-value { - width: 233px !important; - } - - .row-tax-input { - width: 234px !important; - } -} \ No newline at end of file +/* Select Tag Fixed Content Finish */ \ No newline at end of file diff --git a/resources/views/components/documents/form/line-item.blade.php b/resources/views/components/documents/form/line-item.blade.php index fee17a96b..6e067d1c4 100644 --- a/resources/views/components/documents/form/line-item.blade.php +++ b/resources/views/components/documents/form/line-item.blade.php @@ -136,6 +136,19 @@
-
+
{{ trans('invoices.discount') }}
@@ -216,9 +229,9 @@
+ |
|
-
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -244,13 +257,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') }}
+ |
@@ -258,9 +271,9 @@
|
- |
-
+
+ |
-
+
{{ trans_choice('general.taxes', 1) }}
@@ -308,7 +321,7 @@
+ |
|
__
|