Koha/koha-tmpl/intranet-tmpl/prog/en/modules
David Cook b729886216 Bug 26362: Show correct libraries in overdues report
Currently the overdues report does the following display:
Patron library = home branch
Home library = holding branch
Holding library = patron branch

This patch corrects the display of libraries in the overdues report.

To test:

0) Do not apply patch
1) Go to http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51
2) Go to http://localhost:8081/cgi-bin/koha/circ/set-library.pl
3) Choose "Troy"
4) http://localhost:8081/cgi-bin/koha/circ/circulation.pl?borrowernumber=51
5) Checkout "39999000004571" with due date of "09/01/2019 23:59"

Note the facts:
Patron library = Centerville
Home library = Fairview
Holding library = Troy

6) Go to http://localhost:8081/cgi-bin/koha/circ/overdue.pl
7) Change "Columns" visibility to show Holding and Home libraries
8) Note that the libraries are incorrect:

Patron library appears to be: Fairview
Home library appears to be: Troy
Holding library appears to be: Centerville

9) Apply the patch
10) koha-plack --restart kohadev
11) Go to http://localhost:8081/cgi-bin/koha/circ/overdue.pl
12) Change "Columns" visibility to show Holding and Home libraries
13) Note that the libraries are correct:

Patron library appears to be: Centerville
Home library appears to be: Fairview
Holding library appears to be: Troy

Signed-off-by: Emmi Takkinen <emmi.takkinen@outlook.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-09-03 13:40:00 +02:00
..
acqui Bug 26014: Add publication year and edition to Z39.50 results in acquisition 2020-08-26 15:21:41 +02:00
admin Bug 25630: (follow-up) Fix capitalization and terminology for system preferences 2020-09-02 12:05:33 +02:00
authorities Bug 25728: Create AV when cataloguing an authority record 2020-08-24 11:19:03 +02:00
basket Bug 26010: Remove the use of jquery.checkboxes plugin from staff interface cart 2020-08-13 07:55:42 +02:00
batch
catalogue Bug 19889: (follow-up) Fix text in moredetail.tt 2020-08-31 16:17:58 +02:00
cataloguing Bug 26014: Add publication year and edition to Z39.50 results in acquisition 2020-08-26 15:21:41 +02:00
circ Bug 26362: Show correct libraries in overdues report 2020-09-03 13:40:00 +02:00
clubs Bug 24393: Remove event attributes from patron clubs list template 2020-01-20 14:03:51 +00:00
common Bug 24964: Restore pagination for patrons for owner/users of funds 2020-04-06 10:57:10 +01:00
course_reserves Bug 26234: Teach our KohaTable constructor the specific th classes 2020-08-19 08:24:04 +02:00
errors
ill Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
installer Bug 24973: Load custom localization file 2020-08-24 12:10:53 +02:00
labels Bug 25765: Replace LoginBranchname and LoginBranchcode with use of Branches template plugin 2020-07-23 11:17:27 +02:00
mana
members Bug 23634: Prevent non-superlibrarians from editing superlibarian emails 2020-09-02 15:40:55 +02:00
offline_circ Bug 26212: Remove the use of jquery.checkboxes plugin from pending offline circulations 2020-08-18 15:45:49 +02:00
onboarding Bug 25409: Add missing "Required" text and "required" classes 2020-05-12 11:17:45 +01:00
patron_lists Bug 26234: Teach our KohaTable constructor the specific th classes 2020-08-19 08:24:04 +02:00
patroncards Bug 25765: Replace LoginBranchname and LoginBranchcode with use of Branches template plugin 2020-07-23 11:17:27 +02:00
plugins Bug 25867: Label "Current location" as "Current library" and "Permanent location" as "Home library" 2020-08-18 15:48:37 +02:00
pos Bug 26189: Improve styling of datatables within fieldsets 2020-08-24 10:52:07 +02:00
reports Bug 26153: Remove the use of jquery.checkboxes plugin from items lost report 2020-08-19 08:24:39 +02:00
reserve Bug 22789: (QA follow-up) Some minor formatting changes 2020-08-31 16:10:25 +02:00
reviews
rotating_collections Bug 25867: Label "Current location" as "Current library" and "Permanent location" as "Home library" 2020-08-18 15:48:37 +02:00
serials Bug 25727: Do not open options on clear 2020-08-24 11:19:03 +02:00
services
suggestion Bug 25033: (follow-up) Deal with 'Any' branch and don't show dropdown if organized by library 2020-08-25 11:31:42 +02:00
tags
test
tools Bug 25101: (follow-up) Tick preview checkbox on by default 2020-09-02 15:35:08 +02:00
virtualshelves Bug 26204: Remove the use of jquery.checkboxes plugin from staff interface lists 2020-08-18 15:45:49 +02:00
about.tt Bug 26015: Terminology: Use staff interface instead of staff client 2020-08-31 16:10:25 +02:00
auth.tt Bug 24201: (QA follow-up) Only display desks picker if enabled 2020-08-07 16:54:40 +02:00
intranet-main.tt Bug 26015: Replace 2 missing occurrences 2020-08-31 16:10:25 +02:00