Compare commits

..

2 Commits

Author SHA1 Message Date
MooN
53a9d8ba1b added change log 2025-12-12 14:14:48 +06:30
MooN
e6e6f68360 Update TMSSetupsImpl.java
update Null safety for shortCode
2025-12-12 14:14:27 +06:30
2 changed files with 8 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class TMSSetupsImpl implements TMSSetups{
// SystemParamsOperation.getInstance().setSecHostCurrency(currencyTextToCode(siriusHost.getCurrency()));
// }
}
if (siriusHost.getShortCode().isEmpty()) {
if (siriusHost.getShortCode() == null || siriusHost.getShortCode().isEmpty()) {
SystemParamsOperation.getInstance().setShortCode("");
}

7
change_log.txt Normal file
View File

@ -0,0 +1,7 @@
UAT
Version - 1.0.0
- Show alert box after MMQR generated and will be close order if click yes
- QR refund button can show/hide from TMS
- Certificate file and password accept from TMS
- Device Config hosts are moved into "See More" button
- "," and "." bugs are fixed