[Koha-patches] [PATCH] (bug #3339) fix rollover showed value

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Jun 18 15:43:29 CEST 2009


This patch just print the value of "whenmorethan1", that was missed.
---
 .../en/modules/serials/subscription-detail.tmpl    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl
index 8f78e73..3c7f214 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tmpl
@@ -173,7 +173,7 @@ function popup(subscriptionid) {
             <!--/TMPL_IF-->
             </tr>
             <tr><td><p>Rollover:</p></td>
-                <td align="center">&nbsp;</td>
+                <td align="center"><!--TMPL_VAR NAME="whenmorethan1"--></td>
             <!--TMPL_IF NAME="whenmorethan2"-->
                 <td align="center">&nbsp; 
                     <!--TMPL_VAR NAME="whenmorethan2"-->
-- 
1.6.0.4




More information about the Koha-patches mailing list