diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 4bf0e263abb3..f8fe69a45377 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -186,7 +186,6 @@ ->addGroupClass('invoice-number') ->data_bind("value: invoice_number, valueUpdate: 'afterkeydown'") !!} - @if($account->getTokenGatewayId())
{!! Former::select('auto_bill') @@ -212,7 +211,6 @@
- @endif {!! Former::text('po_number')->label(trans('texts.po_number_short'))->data_bind("value: po_number, valueUpdate: 'afterkeydown'") !!} {!! Former::text('discount')->data_bind("value: discount, valueUpdate: 'afterkeydown'") ->addGroupClass('discount-group')->type('number')->min('0')->step('any')->append(