https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17394
Bug ID: 17394
Summary: exporting checkouts with items selects without items
in combo-box
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Circulation
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
In checkouts table, the is an export form (when some exports syspref are
enabled).
When selecting some checkouts and selecting "ISO2709 with items" in export
format combo-box, clicking on "Export" will select "ISO2709 without items" in
the export format combo-box.
This is quite strange.
Its because the form as 2 inputs with same name and id "output_format" : an
hidden input (the wanted arg for tools/export.pl) and a select (the export
format combo-box).
So an action meant on the hidden input impacts the select.
--
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]
http://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/