From 398acbe82b09327369c455cfaed880e8c8cf571a Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 4 Mar 2016 16:13:14 -0500 Subject: [PATCH] [PASSED QA] Bug 6934: second fix to calendars Signed-off-by: Hector Castro Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt index 341ebca..276c3e7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ b/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"); } -- 1.9.1