[Koha-bugs] [Bug 28118] New: Fix missing "selected" attribute in "Pickup at" dropdown

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 9 14:00:36 CEST 2021


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: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

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.


More information about the Koha-bugs mailing list