[Koha-bugs] [Bug 29983] Display the pretend claim column in overdue.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 19 22:54:05 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29983

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com
  Text to go in the|                            |This enhancement adds the
      release notes|                            |"Return claims" column to
                   |                            |the circulation overdues
                   |                            |page, like it is on a
                   |                            |patron's check out and
                   |                            |details pages. Display or
                   |                            |hide the column using the
                   |                            |column settings options. It
                   |                            |can also be configured
                   |                            |using the table settings
                   |                            |options in the
                   |                            |administration area - it is
                   |                            |hidden by default.

--- Comment #13 from David Nind <david at davidnind.com> ---
Testing notes (using koha-testing-docker):

1. Add a new authorized value for LOST, for example: Authorized value = 5,
Description = Claimed returned.
2. Add the authorized value (5) to the ClaimReturnedLostValue system
preference.
3. Note that if ClaimReturnedLostValue is not set, then the "Return claims"
column is not displayed on the patron's check out and details pages, but can be
displayed or hidden using the column settings button.
4. Check out an item to a patron so that it is overdue (when checking out:
expand the "Checkout settings" link under the barcode entry field, and specify
the due date to an earlier date than today).
5. View the patron's details page and note that the "Return claims" column is
displayed.
6. View the overdues page in the circulation module.
7. Note that there is no "Return claims" column, and it doesn't appear in the
list of columns that can be displayed or hidden.
8. After the patch is applied, the "Return claims" column can now be displayed
or hidden.
9. The column can also be configured using the table settings options in the
administration area - the default is for it to be hidden.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list