[Koha-bugs] [Bug 7401] Shelving Location facet instead of Branch facet when only 1 branch configured

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 16 15:50:17 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7401

--- Comment #26 from Paul Poulain <paul.poulain at biblibre.com> ---
Testing this before pushing, I can't have it working:
 * setup on UNIMARC
 * I realized that there is a mistake for location. in Unimarc settings, the
proper field is 995$e, not 995$c. I've changed Koha.pm, but it does not change
anything
 * I've set SingleBranch=ON (I've 10+ branches on my setup)
 * when I do a search, I see no "Location" facet on OPAC or on Staff interface
 * in my database, there are locations :
portable lecannetdesmaures>SELECT location,count(*) FROM items GROUP BY
location;
+--------------------------+----------+
| location                 | count(*) |
+--------------------------+----------+
| NULL                     |      289 |
|                          |       18 |
| Ados                     |     1063 |
| Album                    |      933 |
| BD adulte                |     1610 |
| BD enfant                |      265 |
| Bureau                   |       15 |
| Cédéroms adulte          |       95 |
| Cédéroms enfant          |        2 |
| Contes                   |      348 |
| Doc adultes              |        3 |
| Doc jeunesse             |        5 |
...

Should I do something else to see the facets ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list