mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Minor fixes for saving cards
This commit is contained in:
parent
6cdfb3c344
commit
0cd2c806db
@ -30,7 +30,7 @@
|
|||||||
<label class="mr-4">
|
<label class="mr-4">
|
||||||
<input type="radio" class="form-radio cursor-pointer" name="token-billing-checkbox"
|
<input type="radio" class="form-radio cursor-pointer" name="token-billing-checkbox"
|
||||||
id="proxy_is_default"
|
id="proxy_is_default"
|
||||||
value="{{ $token_billing_string }}" {{ $checked_on }}/>
|
value="true" {{ $checked_on }}/>
|
||||||
<span class="ml-1 cursor-pointer">{{ ctrans('texts.yes') }}</span>
|
<span class="ml-1 cursor-pointer">{{ ctrans('texts.yes') }}</span>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
@ -46,6 +46,6 @@
|
|||||||
<input type="radio" class="form-radio cursor-pointer hidden" style="display: none !important;"
|
<input type="radio" class="form-radio cursor-pointer hidden" style="display: none !important;"
|
||||||
name="token-billing-checkbox"
|
name="token-billing-checkbox"
|
||||||
id="proxy_is_default"
|
id="proxy_is_default"
|
||||||
value="true" checked hidden disabled/>
|
value="{{ $token_billing_string }}" checked hidden disabled/>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
Reference in New Issue
Block a user