From 0c044eec76d982c023b3dbfe48198d40ee2f8482 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 11 Feb 2011 12:40:12 -0500 Subject: [PATCH] Fix for Bug 5741 - Extra comma causes JavaScript error in Internet Explorer Content-Type: text/plain; charset="utf-8" --- .../prog/en/includes/checkouts-table-footer.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc index 5d05b94..8ae8c65 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc @@ -14,7 +14,7 @@ ifFormat : "", button : "newduedate_button", disableFunc : validate1, - dateStatusFunc : validate1, + dateStatusFunc : validate1 } ); //]]> -- 1.7.3