mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix(preferences): currencies preferences.
This commit is contained in:
@@ -261,6 +261,7 @@ export default class CurrenciesService implements ICurrenciesService {
|
||||
await Currency.query().insert({
|
||||
currency_code: currencyMeta.code,
|
||||
currency_name: currencyMeta.name,
|
||||
currency_sign: currencyMeta.symbol,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user