From 8b7084ec6b34b7a5058afa58aa47d2e68f3d584b 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 Signed-off-by: Hector Castro --- 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