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

            Bug ID: 28118
           Summary: Fix missing "selected" attribute in "Pickup at"
                    dropdown
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Hold requests
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

In 20.05.06, when i find a record, click on "Place hold" and search for a
patron, I get a form that contains a dropdown labeled "Pickup at". This
dropdown has a "selected" attribute on one of the libraries: 

<select name="pickup" size="1" id="pickup">
 <option value="A" selected="selected">A public library</option>
 <option value="B">B public library</option>
</select>

In 20.05.10 and 20.12.00.027 (current master), this "selected" attribute seems
to be missing. 

I have not looked deeply at how different settings might affect which library
is selected, but I think either way, one library should always be selected?

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

Reply via email to