From e8a8f8668bc5a6ed203b550c53f55103dced95a6 Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 4 Mar 2016 16:13:14 -0500 Subject: [PATCH] [SIGNED-OFF]Bug 6934: second fix to calendars Signed-off-by: Hector Castro --- .../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.7.10.4