add: mandate_date_signed display
This commit is contained in:
@@ -607,6 +607,13 @@
|
|||||||
bind:value={user.bank_account.mandate_reference}
|
bind:value={user.bank_account.mandate_reference}
|
||||||
placeholder={$t("placeholder.mandate_reference")}
|
placeholder={$t("placeholder.mandate_reference")}
|
||||||
/>
|
/>
|
||||||
|
<InputField
|
||||||
|
name="mandate_date_signed"
|
||||||
|
label={$t("mandate_date_signed")}
|
||||||
|
type="date"
|
||||||
|
bind:value={user.bank_account.mandate_date_signed}
|
||||||
|
readonly={true}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="button-container">
|
<div class="button-container">
|
||||||
{#if isUpdating}
|
{#if isUpdating}
|
||||||
|
|||||||
Reference in New Issue
Block a user