mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: Multi-lines transactions statements
This commit is contained in:
@@ -15,6 +15,8 @@ export function CreditNoteFormFooterLeft() {
|
||||
<FEditableText
|
||||
name={'note'}
|
||||
placeholder={intl.get('credit_note.label_customer_note.placeholder')}
|
||||
multiline
|
||||
fastField
|
||||
/>
|
||||
</CreditNoteMsgFormGroup>
|
||||
{/* --------- Terms and conditions --------- */}
|
||||
@@ -27,6 +29,8 @@ export function CreditNoteFormFooterLeft() {
|
||||
placeholder={intl.get(
|
||||
'credit_note.label_terms_and_conditions.placeholder',
|
||||
)}
|
||||
multiline
|
||||
fastField
|
||||
/>
|
||||
</TermsConditsFormGroup>
|
||||
</React.Fragment>
|
||||
|
||||
Reference in New Issue
Block a user