Update TransactionSummaryFragment.java
This commit is contained in:
parent
522af3578c
commit
1b68220c9d
@ -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());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user