fix REprint Any Trax for showing SEttlement Data

This commit is contained in:
MooN 2026-02-09 22:29:18 +06:30
parent 28b4019bd7
commit b87dc2a60a

View File

@ -304,7 +304,10 @@ public class ReprintAnyTransactionFragment extends DataBindingFragment {
} else {
// Reprint Any Transaction::
if(yesterday.compareTo(transDate) <= 0 && pay.getTransactionType() != TransactionsType.SETTLEMENT.value && pay.getTransactionType() != TransactionsType.REVERSAL.value) {
if(yesterday.compareTo(transDate) <= 0
&& pay.getTransactionType() != TransactionsType.SETTLEMENT.value
&& pay.getTransactionType() != TransactionsType.MMQR_SETTLEMENT.value
&& pay.getTransactionType() != TransactionsType.REVERSAL.value) {
// April 2, 2024 client requested to add QR host at host selection type
if(sharedViewModel.hostType.getValue() == HostType.MPU) {