[Koha-bugs] [Bug 18591] Allow an arbitrary number of comments on ILLs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 16:50:14 CEST 2018


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #74966|0                           |1
        is obsolete|                            |

--- Comment #13 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 79519
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79519&action=edit
Bug 18591 - Allow any number of comments on ILLs

This patch makes it possible to add arbitrary comments to ILL
requests. Comments are read only and displayed in chronological
order. Comments can be added by librarians, but also added automatically
based on comments in the different protocols, so that comments from the
lending library can also be added.

To test:
- Enable the ILL module ("ILLModule" syspref + config in koha-conf.xml)
- Install the Dummy backend from here:
  https://github.com/PTFS-Europe/Dummy
- Create a Dummy ILL request
- Add comments to the request, checking that the name and borrowernumber
  of the person that added the comment is displayed ok
- Check that the displayed date and time the comment was submitted follows
  the "dateformat" syspref
- On the "List requests" page, check that the correct number of comments
  is displayed in the "Comments" column
- Check that the tests pass:
  prove t/db_dependent/Illcomments.t

Signed-off-by: andrew.isherwood at ptfs-europe.com

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


More information about the Koha-bugs mailing list