Update SettlementTransactionFragment.java
This commit is contained in:
parent
d89ce9771f
commit
95ec5993b5
@ -399,10 +399,7 @@ 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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user