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

            Bug ID: 36291
           Summary: Scrolling glitch on ILL batches table
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: ILL
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

On testing bug 36130, I found that scrolling had some glitch (at least on my
computer, Firefox on ARM64 macOS).

I used the following command to fill the DB with several batches:

```
PERL5LIB=$PERL5LIB:./lib perl fake_data.pl --how-many 100 --entity ill
for x in {1..21}; do echo "INSERT INTO illbatches (name, backend, library_id,
status_code, patron_id) VALUES ('$x', 'FreeForm', 'CPL', 'NEW', 52);"; done |
koha-mysql kohadev
```

-- 
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