mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat(webapp): allow to create a new account item in accounts list component.
This commit is contained in:
@@ -101,6 +101,7 @@ function ItemFormBody({ organization: { base_currency } }) {
|
||||
items={accounts}
|
||||
sellable={values.sellable}
|
||||
shouldUpdate={sellAccountFieldShouldUpdate}
|
||||
fastField={true}
|
||||
>
|
||||
<AccountsSelect
|
||||
name={'sell_account_id'}
|
||||
@@ -110,6 +111,7 @@ function ItemFormBody({ organization: { base_currency } }) {
|
||||
filterByParentTypes={[ACCOUNT_PARENT_TYPE.INCOME]}
|
||||
fill={true}
|
||||
allowCreate={true}
|
||||
fastField={true}
|
||||
/>
|
||||
</FFormGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user