[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6105 - Fix a problem when cancel a reserve from moremember.pl

Jonathan Druart jonathan.druart at biblibre.com
Thu Apr 7 11:24:34 CEST 2011


From: Alex Arnaud <alex.arnaud at biblibre.com>


Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
---
 .../prog/en/modules/members/moremember.tmpl        |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
index ad5731d..2081073 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl
@@ -564,6 +564,7 @@ function validate1(date) {
        </table>
 	</div>
 <!-- /TMPL_IF -->
+    </form>
 	
 <div id="onhold">
 <!-- TMPL_IF NAME="reservloop" -->
@@ -617,6 +618,7 @@ function validate1(date) {
         <input type="submit" id="renew_all" name="renew_all" value="Renew all" />
         </fieldset>
     <!-- TMPL_ELSE --><p>Patron has nothing checked out.</p><!-- /TMPL_IF -->
+</form>
 	</div>
 
 </div>
-- 
1.7.1



More information about the Koha-patches mailing list