sec commit
This commit is contained in:
parent
1cedbc987c
commit
a885d05b62
@ -263,25 +263,6 @@ public class ConfirmTransactionFragment extends DataBindingFragment implements D
|
||||
|
||||
}
|
||||
|
||||
// private void alertPaperRoll(PayDetail payDetail, TransactionsType transactionsType) {
|
||||
// androidx.appcompat.app.AlertDialog.Builder builder = new androidx.appcompat.app.AlertDialog.Builder(requireContext());
|
||||
// builder.setTitle(getString(R.string.txt_title_papaer_roll))
|
||||
// .setMessage(getString(R.string.txt_fill_paper_roll))
|
||||
// .setNegativeButton(getString(R.string.txt_print_later), (dialog, which) -> dialog.dismiss())
|
||||
// .setPositiveButton(getString(R.string.txt_retry_now), (dialog, which) -> {
|
||||
// if (transactionsType == TransactionsType.SETTLEMENT) {
|
||||
// PrintXReceipt.getInstance().printSmileSettlementReport(payDetail);
|
||||
// } else if (transactionsType == TransactionsType.SALE) {
|
||||
// PrintXReceipt.getInstance().printSmileReceipt(payDetail,true);
|
||||
// }
|
||||
// })
|
||||
// .setCancelable(false)
|
||||
// .create();
|
||||
//
|
||||
// builder.show();
|
||||
//
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user