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

--- Comment #3 from Tomás Cohen Arazi <[email protected]> ---
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.
_______________________________________________
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