mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Always show recurring auto-bill select
This commit is contained in:
parent
bbce6b8ce8
commit
73ca48e381
@ -186,7 +186,6 @@
|
|||||||
->addGroupClass('invoice-number')
|
->addGroupClass('invoice-number')
|
||||||
->data_bind("value: invoice_number, valueUpdate: 'afterkeydown'") !!}
|
->data_bind("value: invoice_number, valueUpdate: 'afterkeydown'") !!}
|
||||||
</span>
|
</span>
|
||||||
@if($account->getTokenGatewayId())
|
|
||||||
<span data-bind="visible: is_recurring()" style="display: none">
|
<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">
|
<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')
|
{!! Former::select('auto_bill')
|
||||||
@ -212,7 +211,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
@endif
|
|
||||||
{!! Former::text('po_number')->label(trans('texts.po_number_short'))->data_bind("value: po_number, valueUpdate: 'afterkeydown'") !!}
|
{!! 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'")
|
{!! Former::text('discount')->data_bind("value: discount, valueUpdate: 'afterkeydown'")
|
||||||
->addGroupClass('discount-group')->type('number')->min('0')->step('any')->append(
|
->addGroupClass('discount-group')->type('number')->min('0')->step('any')->append(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user