(bug #3653) fix list of recent checks-in
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Mon, 21 Sep 2009 15:45:20 +0000 (17:45 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 21 Sep 2009 18:48:43 +0000 (20:48 +0200)
bad use of a variable name, this patch fix it.

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl

index f3bb36d..2368cd7 100644 (file)
@@ -177,7 +177,7 @@ function Dopop(link) {
        <!--TMPL_LOOP Name="inputloop" -->     
        <input type="hidden" name="ri-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="barcode" -->" /> 
        <input type="hidden" name="dd-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="duedate" -->" /> 
-       <input type="hidden" name="bn-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="bornum" -->" /> 
+       <input type="hidden" name="bn-<!-- TMPL_VAR Name="counter" -->" value="<!-- TMPL_VAR Name="borrowernumber" -->" /> 
        <!-- /TMPL_LOOP -->                            
        <input type="hidden" name="barcode" value="0" />    
        </form>   </div>