mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-05 11:10:16 -04:00
Always show recurring auto-bill select
This commit is contained in:
parent
bbce6b8ce8
commit
73ca48e381
@ -186,7 +186,6 @@
|
||||
->addGroupClass('invoice-number')
|
||||
->data_bind("value: invoice_number, valueUpdate: 'afterkeydown'") !!}
|
||||
</span>
|
||||
@if($account->getTokenGatewayId())
|
||||
<span data-bind="visible: is_recurring()" style="display: none">
|
||||
<div data-bind="visible: !(auto_bill() == {{AUTO_BILL_OPT_IN}} && client_enable_auto_bill()) && !(auto_bill() == {{AUTO_BILL_OPT_OUT}} && !client_enable_auto_bill())" style="display: none">
|
||||
{!! Former::select('auto_bill')
|
||||
@ -212,7 +211,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</span>
|
||||
@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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user