fix: Multi-lines transactions statements

This commit is contained in:
Ahmed Bouhuolia
2024-08-12 16:31:36 +02:00
parent 82f8648c59
commit 14d1f0bd1d
22 changed files with 96 additions and 23 deletions

View File

@@ -15,6 +15,8 @@ export function BillFormFooterLeft() {
<FEditableText
name={'note'}
placeholder={intl.get('bill_form.label.note.placeholder')}
fastField
multiline
/>
</TermsConditsFormGroup>
</React.Fragment>

View File

@@ -15,6 +15,8 @@ export function VendorCreditNoteFormFooterLeft() {
<FEditableText
name={'note'}
placeholder={intl.get('vendor_credit_form.note.placeholder')}
multiline
fastField
/>
</TermsConditsFormGroup>
</React.Fragment>

View File

@@ -20,7 +20,8 @@ export function PaymentMadeFormFooterLeft() {
<FEditableText
name={'statement'}
placeholder={intl.get('payment_made.form.internal_note.placeholder')}
fastField={true}
fastField
multiline
/>
</InternalNoteFormGroup>
</React.Fragment>