Update TransactionSummaryFragment.java

This commit is contained in:
MooN 2026-02-09 22:48:09 +06:30
parent 522af3578c
commit 1b68220c9d

View File

@ -549,7 +549,7 @@ public class TransactionSummaryFragment extends DataBindingFragment {
startSearchProcess();
} else {
LogUtil.w(TAG, "Print button clicked - validation failed");
showSingleInfoDialog("Please select date!");
showSingleInfoDialog("Please select date and time!");
}
} catch (Exception e) {
LogUtil.e(TAG, "Error in print action: " + e.getMessage());