mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
hotfix(Accounts)
This commit is contained in:
@@ -639,7 +639,7 @@ export default class AccountsService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
return accounts.map((account) => ({
|
return accounts.map((account) => ({
|
||||||
...account,
|
...account.toJSON(),
|
||||||
currencyCode: baseCurrency,
|
currencyCode: baseCurrency,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user