When you have the branch selector turned on it's not selecting the right branch. Line 83 of masthead.inc: <option select="selected" That should be <option selected="selected"
Created attachment 5921 [details] [review] Bug 7044 OPAC Branch Selector Fix There was a typo in the OPAC branch selector added by the OpacAddMastheadLibraryPulldown preference where the current branch wasn't selected. This patch fixes that typo.
I forgot to mention in my commit that Owen is the one who told me how to fix this!! Thanks Owen.
Created attachment 5930 [details] [review] Signed-off patch Before applying the patch: After performing search from the search bar with a branch selected, the selector wouldn't "remember" which branch you selected when displaying search results. After the patch this works correctly. My bad for not catching this when I QA'ed the patch which introduced this.
Simple fix, template only, easy to read, no string changes. Marking Passed QA
Speedy work people well done, pushed, please test