temp card settlement fix

This commit is contained in:
MooN 2026-01-16 01:28:47 +06:30
parent ce32ed2327
commit c495a29b06

View File

@ -395,6 +395,10 @@ public class SettlementTransactionFragment extends DataBindingFragment implement
}
public void onConfirm(){
if(saleCount == 0){
showDeclineDialog("No Transaction Found!");
return;
}
if(sharedViewModel.getTransMenu().getValue() == TransMenu.SETTLEMENT) {
/* April 10 , 2024 Smile requested not to send to host even settlement button was clicked */
settlementViewModel.startSettlementProcess();