From 4df87873ce9a2aad91fbfc1327735aac3edffb58 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 27 Jul 2023 09:59:20 +0200 Subject: [PATCH] Remove workaround for wrong account-list --- src/ATBAPP/ATBDeviceControllerPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index f333da7..3e2e400 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -234,7 +234,7 @@ void ATBDeviceControllerPlugin::private_startAccount() // DEBUG qCritical() << " latestAccountNumber = " << latestAccountNumber; - hw->log_selectVaultRecord(latestAccountNumber - 1); + hw->log_selectVaultRecord(latestAccountNumber); this->accountCheckCounter = 0; QTimer::singleShot(500, this, SLOT(private_checkAccountData()));