>From 33b770f761eb0c60b6790a01d71bdd3cd10acbc5 Mon Sep 17 00:00:00 2001
From: Darrell Ulm <[EMAIL PROTECTED]>
Date: Thu, 19 Jun 2008 15:07:08 -0400
Subject: [PATCH] Minor fix to allow numerical sorting to work correctly for
to order col.

---
 .../prog/en/modules/circ/reserveratios.tmpl        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl
index 4be12be..8c66545 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl
@@ -106,7 +106,7 @@ $.tablesorter.addParser({
                <td><p><!-- TMPL_VAR NAME="location" --></p></td>
                <td><p><!-- TMPL_VAR NAME="itype" --></p></td>
                <td><p><!-- TMPL_VAR NAME="listcall" --></p></td>
-               <td><p><b>Order: <!-- TMPL_VAR NAME="ratiocalc"
--></b></p></td>
+               <td><p><b><!-- TMPL_VAR NAME="ratiocalc" --> to
order</b></p></td>
         </tr>
         <!-- /TMPL_IF -->
     <!-- /TMPL_LOOP --></tbody>
--
1.5.3.7
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to