mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
auto update exchange rates data only when current date does not equal to last updated date
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ if (userstate.isUserLogined()) {
|
||||
|
||||
// auto refresh exchange rates data
|
||||
if (settings.isAutoUpdateExchangeRatesData()) {
|
||||
services.refreshLatestExchangeRates();
|
||||
services.autoRefreshLatestExchangeRates();
|
||||
}
|
||||
|
||||
new Vue({
|
||||
|
||||
Reference in New Issue
Block a user