mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 00:12:11 +08:00
fix typo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const parentAccountCurrencyPlacehodler = '---';
|
||||
const parentAccountCurrencyPlaceholder = '---';
|
||||
const defaultCurrencySymbol = '¤';
|
||||
|
||||
// ISO 4217
|
||||
@@ -630,7 +630,7 @@ const allCurrencies = {
|
||||
};
|
||||
|
||||
export default {
|
||||
parentAccountCurrencyPlacehodler: parentAccountCurrencyPlacehodler,
|
||||
parentAccountCurrencyPlaceholder: parentAccountCurrencyPlaceholder,
|
||||
defaultCurrencySymbol: defaultCurrencySymbol,
|
||||
all: allCurrencies
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user