https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39754
Bug ID: 39754
Summary: Cannot scroll EANs when clicking 'Create EDIFACT
order' in a basket
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Acquisitions
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
To recreate:
1 - Enable EDI:
http://localhost:8081/cgi-bin/koha/admin/preferences.pl?tab=acquisitions#acquisitions_EDIFACT
2 - Add an edi account:
http://localhost:8081/cgi-bin/koha/admin/edi_accounts.pl
3 - Add a large number (30-50) of EAN accounts:
http://localhost:8081/cgi-bin/koha/admin/edi_ean_accounts.pl
I did this by spamming SQL:
INSERT INTO edifact_ean (description,ean) VALUES (CONCAT("Test
",rand(400)),rand(1000));
4 - Find a basket for the vendor you attached the EDI account to
5 - Add an order
6 - Click 'Create EDIFACT order' in the basket
7 - You get a dropdown that cannot be scrolled
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/