Koha/catalogue
Jonathan Druart 2bb09975bc Bug 5428: Jump back to the search result after deleting a record
This patch adds the ability to jump back to the search result after a
record has been deleted.
Also it keeps the "browser" when all items are deleted from a
bibliographic record

Test plan:
- Start a new search
- Select a record with items
- Delete all the items
=> You still see the browser
- Delete the record
=> You are back to the adv search form but we new link "Go back to the
results" is present at the top of the page

Limitation: As we delete the record we do not longer know the offset,
we are back to the first page of the result list

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-13 07:55:45 +02:00
..
detail.pl Bug 26133: Remove GetMarc* calls in detail.pl 2020-08-05 17:36:28 +02:00
export.pl
getitem-ajax.pl
image.pl
imageviewer.pl
ISBDdetail.pl
issuehistory.pl
item-export.pl
itemsearch.pl
labeledMARCdetail.pl
MARCdetail.pl
moredetail.pl Bug 26012: Correctly format "paid for" info on the item details view 2020-08-12 11:46:37 +02:00
search-history.pl
search.pl Bug 5428: Jump back to the search result after deleting a record 2020-08-13 07:55:45 +02:00
showmarc.pl
stockrotation.pl
updateitem.pl Bug 23463: Replace ModItem with Koha::Item->store 2020-03-23 09:26:30 +00:00