[Koha-patches] [PATCH] Fix for Bug 5741 - Extra comma causes JavaScript error in Internet Explorer

Owen Leonard oleonard at myacpl.org
Fri Feb 11 18:41:36 CET 2011


---
 .../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 : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
 			         button : "newduedate_button",
 			         disableFunc : validate1,
-			         dateStatusFunc : validate1,
+			         dateStatusFunc : validate1
 			       }
 			    );
 			//]]>
-- 
1.7.3



More information about the Koha-patches mailing list