bug_6410: correct borrowernumber template var name
Conflicts: koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
57da5e68f7
commit
039872a458
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ function Dopop(link) {
|
|||
[% FOREACH inputloo IN inputloop %]
|
||||
<input type="hidden" name="ri-[% inputloo.counter %]" value="[% inputloo.barcode %]" />
|
||||
<input type="hidden" name="dd-[% inputloo.counter %]" value="[% inputloo.duedate %]" />
|
||||
<input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.bornum %]" />
|
||||
<input type="hidden" name="bn-[% inputloo.counter %]" value="[% inputloo.borrowernumber %]" />
|
||||
[% END %]
|
||||
<input type="hidden" name="barcode" value="0" />
|
||||
</form> </div>
|
||||
|
|
Loading…
Reference in a new issue