Koha/koha-tmpl/opac-tmpl/prog/en
Tomas Cohen Arazi 774483772b Bug 11912: (refactoring followup) make GetMarcISBN implement its advertised API
The current implementation of GetMarcISBN contradicts the documented API.
It currently returns an array of hashes with only one key (marcisbn)
which doesn't add any value to it.

I chose to fix GetMarcISBN to honour the API instead of changing thex
 docs, because it seems a really silly change.

To test:
- Run:
  prove t/db_dependent/Biblio.t
=> SUCCESS
- catalogue/detail.pl should correctly show ISBNs.
- opac/opac-detail.pl should correctly show ISBNs in both prog and bootstrap.
- opac-opac-sendshelf.pl should correctly show ISBNs in the email.

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Nicolas Legrand <nicolas.legrand@bulac.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-04-19 18:23:15 +00:00
..
css Bug 11616: (follow-up) remove tablesorter CSS 2014-01-31 15:36:47 +00:00
includes Bug 11489: (OPAC prog theme) show facets only if there is a result to display 2014-04-19 16:22:20 +00:00
js Bug 10856: Fix cover display in shelf browser 2013-10-04 15:58:17 +00:00
lib Bug 9916 - Use DataTables in the OPAC 2013-08-19 14:19:02 +00:00
modules Bug 11912: (refactoring followup) make GetMarcISBN implement its advertised API 2014-04-19 18:23:15 +00:00
xslt Bug 9075: Rename "type" to "material type" on OPAC XSLT detail and results 2014-04-08 23:33:43 +00:00