Update SettlementTransactionFragment.java

This commit is contained in:
MooN 2026-01-28 11:08:44 +06:30
parent d89ce9771f
commit 95ec5993b5

View File

@ -399,10 +399,7 @@ 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();