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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to