Compare commits

..

No commits in common. "53a9d8ba1b0a04b19fb7e5f537ecbdbc2d6bc721" and "d5bef92cff6511905bfe1a0d9ecffd68b67e1ddd" have entirely different histories.

2 changed files with 1 additions and 8 deletions

View File

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

View File

@ -1,7 +0,0 @@
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