From ad60af661db252a12211092fd0d150261685e1ad Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 23 Aug 2017 15:50:34 +0300 Subject: [PATCH] Fix form alignment --- resources/views/invoices/edit.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 1f8e259b5e41..2ae826939297 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -276,7 +276,7 @@ - +
@@ -390,7 +390,6 @@ @endif - @if ($account->showCustomField('custom_invoice_label2', $invoice) && $invoice->custom_taxes2) @@ -401,7 +400,8 @@ @endif - + + @if (!$account->hide_quantity) {{ trans('texts.tax') }} @endif