[Koha-bugs] [Bug 30802] New: numReturnedItemsToShow doesn't show more than 20 items on the return screen

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 19 00:13:30 CEST 2022


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

            Bug ID: 30802
           Summary: numReturnedItemsToShow doesn't show more than 20 items
                    on the return screen
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

The system preference numReturnedItemsToShow says "show the XX last returned
items on the checkin screen". The default value is 20. If you put a value < 20,
it affects the returns.pl table. But if you put a value > 20 in the syspref,
the table on returns.pl shows a maximum of 21 items.

To test:
1- Make lots of checkouts, at least like 40 (I used the batchCheckouts feature)
2- Go to Circulation > Check in
3- Return 21 items
   The last 20 items returned will be displayed 
4- Change numReturnedItemsToShow to 50
5- Return a couple more items
   Only the last 21 returned items are displayed
6- Change numReturnedItemsToShow to 10
7- Return a couple more items
   Only the last 10 returned items are displayed

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


More information about the Koha-bugs mailing list