]> git.koha-community.org Git - koha.git/commit
Bug 29983: Display the pretend claim column in overdue.tt
authorjeremy breuillard <jeremy.breuillard@biblibre.com>
Tue, 1 Feb 2022 10:20:07 +0000 (11:20 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 5 Aug 2022 17:44:16 +0000 (14:44 -0300)
commite56c0dead6c51e89e4b6bbfeb75077fb5ceb27c6
treeedcb94045b84f958385f1d9c5826abd27e4ee66d
parent4b875fa936f1c971e734e71ec7727d780ba9a9af
Bug 29983: Display the pretend claim column in overdue.tt

This patch displays the column "Return claims" from the page "moremember.pl" to the page "overdues.pl". Rebase on master.

Test plan:
1) Use a patron with at least 1 item who should be checked out soon
2) Home > Patron > Patron details for [name]
3) Click on the 'Checkout' button down the page to show the full table and notice the "Return Claims" column
4) Now go to Home > Circulation > Overdues
5) Find the patron who has to check out and have a look at the table
6) Apply patch and repeat 4) and 5) -> the "Return Claim" column is now displayed on the table

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
admin/columns_settings.yml
circ/overdue.pl
koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc
koha-tmpl/intranet-tmpl/prog/en/includes/modal-claims.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt
koha-tmpl/intranet-tmpl/prog/js/checkouts.js