Compare commits

..

No commits in common. "3a14c574a85f49d3e9d7b2f0b0a5e2024fa9dc16" and "ce32ed232775f91c209aba812371daca3a2ecea8" have entirely different histories.

2 changed files with 0 additions and 4 deletions

View File

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

Binary file not shown.