@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -42,7 +42,7 @@ $(document).ready(function() { alertString +="-------------------------------------------------------------------\n\n"; - if ( !$('#filter_date_begin').val() || !$('#filter_date_end').val()){ + if ( !$('#from').val() || !$('#to').val()){ isFormValid = false; alertString += "\n- " + _("Dates cannot be empty"); } --