From a2f9daf1906149aebf5af34b5c497ffca5dfa0df Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 4 Jun 2016 21:56:25 +0300 Subject: [PATCH] Hide 2nd tax rate until option is available --- resources/views/invoices/edit.blade.php | 38 ++++++++++++++----------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 94245c5089..1a65353f7e 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -18,7 +18,7 @@ font-weight: normal !important; } - select.tax-select { + select.xtax-select { width: 50%; float: left; } @@ -271,14 +271,16 @@ ->raw() !!} - {!! Former::select('') - ->addOption('', '') - ->options($taxRateOptions) - ->data_bind('value: tax2') - ->addClass('tax-select') - ->raw() !!} - - +
+ {!! Former::select('') + ->addOption('', '') + ->options($taxRateOptions) + ->data_bind('value: tax2') + ->addClass('tax-select') + ->raw() !!} + + +
@@ -427,14 +429,16 @@ ->raw() !!} - {!! Former::select('') - ->addOption('', '') - ->options($taxRateOptions) - ->addClass('tax-select') - ->data_bind('value: tax2') - ->raw() !!} - - +
+ {!! Former::select('') + ->addOption('', '') + ->options($taxRateOptions) + ->addClass('tax-select') + ->data_bind('value: tax2') + ->raw() !!} + + +