Compare commits
2 Commits
d5bef92cff
...
53a9d8ba1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
53a9d8ba1b | ||
|
|
e6e6f68360 |
@ -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
7
change_log.txt
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user