mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: input focus style in authentication pages.
This commit is contained in:
@@ -183,6 +183,9 @@ export default class AccountsService {
|
||||
tenantId, accountDTO.parentAccountId
|
||||
);
|
||||
this.throwErrorIfParentHasDiffType(accountDTO, parentAccount);
|
||||
|
||||
// Inherit active status from parent account.
|
||||
accountDTO.active = parentAccount.active;
|
||||
}
|
||||
const account = await accountRepository.insert({
|
||||
...accountDTO,
|
||||
|
||||
Reference in New Issue
Block a user