@@ -, +, @@ table of previously checked-in items - After each checkin the returned item should appear in the table of checkouts. - Check in an item which belongs to another branch. You will be asked to confirm that the items requires a transfer. When the page reloads you should see the same previous checkins in the table. - Check in that same item again. You will be again asked to confirm. Before this page, confirming the transfer would reload the page and clear the list of checkins. Now the page should reload and the table of checkins should still show the previously checked-in items. --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 63 ++++++++++++++-------- 1 file changed, 41 insertions(+), 22 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -208,27 +208,51 @@ @@ -993,11 +1017,6 @@ this.form.submit(); }); - $('.cancel-transfer').on("click",function(e){ - e.preventDefault(); - window.location.href='/cgi-bin/koha/circ/returns.pl?itemnumber=[% itemnumber | html %]&canceltransfer=1' - }); - $('.action').on("click",function(e){ this.checked = false; this.form.return_date_override.value = ''; --