[Koha-bugs] [Bug 36291] Scrolling glitch on ILL batches table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 12 19:37:04 CET 2024


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

--- Comment #3 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Steps to reproduce:

1. Have a fresh KTD
2. Run:
   $ ktd --shell
  k$ bash <(curl -s
https://raw.githubusercontent.com/ammopt/koha-ill-dev/master/start-ill-dev.sh)
  k$ cd
  k$ git clone https://github.com/ammopt/koha-ill-dev.git
  k$ cd koha-ill-dev/
  k$ sudo apt install libdata-faker-perl libtext-lorem-perl
  k$ PERL5LIB=$PERL5LIB:./lib perl fake_data.pl --how-many 200 --entity ill
  k$ 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
3. Go to /cgi-bin/koha/ill/ill-requests.pl?method=batch_list
4. Scroll down
=> FAIL: Koha is your enemy!

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


More information about the Koha-bugs mailing list