From 3e3792394a02563b290dfca339b6a1d7d28648e6 Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 4 Mar 2016 16:13:14 -0500 Subject: [PATCH] bug 6934 - second fix to calendars --- 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