Bug 6105 - Fix a problem when cancel a reserve from moremember.pl
authorAlex Arnaud <alex.arnaud@biblibre.com>
Thu, 7 Apr 2011 09:24:34 +0000 (11:24 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 7 Apr 2011 09:42:21 +0000 (21:42 +1200)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl

index ad5731d..2081073 100644 (file)
@@ -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>