Bug 11613 - Advanced search "standard number" options are confusing
Summary: Advanced search "standard number" options are confusing
Status: RESOLVED DUPLICATE of bug 10936
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-27 06:51 UTC by paxed
Modified: 2014-03-13 08:40 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paxed 2014-01-27 06:51:19 UTC
From bootstrap/en/modules/opac-advsearch.tt:


     [% IF ( numbersphr) %]
               <option value="sn,phr">Standard number</option>
     [% ELSE %]
               <option value="sn">Standard number</option>
     [% END %]
               <option value="sn">Standard number</option>


The patron cannot be expected to know what the difference is between the two "Standard number" entries.
And if numbersphr is not on, there isn't any difference.
Comment 1 Owen Leonard 2014-01-27 14:00:53 UTC
I've changed the title of this bug to reflect the fact that it is not specific to Bootstrap.

It looks to me like the change introduced in Bug 9395 was intended to remove the "sn" option altogether in cases where the system is configured to use "sn,phr" by default. Can anyone confirm?
Comment 2 Katrin Fischer 2014-03-13 08:40:20 UTC

*** This bug has been marked as a duplicate of bug 10936 ***