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(); startSearchProcess();
} else { } else {
LogUtil.w(TAG, "Print button clicked - validation failed"); LogUtil.w(TAG, "Print button clicked - validation failed");
showSingleInfoDialog("Please select date!"); showSingleInfoDialog("Please select date and time!");
} }
} catch (Exception e) { } catch (Exception e) {
LogUtil.e(TAG, "Error in print action: " + e.getMessage()); LogUtil.e(TAG, "Error in print action: " + e.getMessage());