Add object variable cashStartAmountInt

Used to track proposed change amount.
This commit is contained in:
2023-11-30 18:16:45 +01:00
parent 247abb7520
commit 96db7be126
2 changed files with 7 additions and 3 deletions

View File

@@ -111,6 +111,8 @@ private:
DeviceControllerDiag* diag;
uint32_t cashStartAmountInt;
QTextCodec *codec;