]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1739607: Add missing columns to patron record
authorJane Sandberg <sandbej@linnbenton.edu>
Wed, 21 Aug 2019 17:26:47 +0000 (10:26 -0700)
committerJason Boyer <jboyer@equinoxinitiative.org>
Tue, 1 Oct 2019 18:31:48 +0000 (14:31 -0400)
commit4af104b7aee90f7232d9011f1bc981a252a2c725
tree4e5a959ed58e3ba0cd9a73bffa8bcd9c1c831fd8
parent984167cd30a728f26a3a1379da2bcb759766da9b
LP1739607: Add missing columns to patron record

To test:
1) Open up a patron record with some bills.
2) On the Items Out tab, notice that there is a column named Location
3) On the Bills tab, open up Bill history.
4) In the history transactions grid, note that the column picker is
missing the following columns:
  * Item owning library
  * Checkout/renewal library
  * Due date
  * Fines Stopped Reason
5) In the history payments grid, note that the column picker is missing
the same columns.
6) Apply this commit.
7) Note that the Items Out tab's column is renamed to "Shelving
Location".
8) Notice that both Bill history grids column pickers include the
requested columns.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Jason Boyer <jboyer@equinoxinitiative.org>
Open-ILS/src/templates/staff/circ/patron/t_bill_history_payments.tt2
Open-ILS/src/templates/staff/circ/patron/t_bill_history_xacts.tt2
Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2