Bug 13695: Add ISBD export option for the OPAC cart and lists
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 10 Feb 2015 23:30:23 +0000 (20:30 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 31 Mar 2015 13:34:35 +0000 (10:34 -0300)
commit93addad23a2bccb41e2f56759d4dbde2a78db7de
tree7f8fcac081c9e62a19910e83738ae408e4e44510
parent792b0f764e1f0641b33ff3dbbe6f99e91109af9e
Bug 13695: Add ISBD export option for the OPAC cart and lists

This patch adds the option to download records from the cart, and
lists in the ISBD format from the OPAC.

To test (cart):
- Apply the patch
- Add several records to your OPAC cart.
- Go to your cart, and choose 'Download'
=> SUCCESS: There's an ISBD option
- Dowload and open the exported records
=> SUCCESS: The file contains the ISBD format for the records on the cart

To test (lists):
- Add several records to a list (i did it from the cart ;-))
- Open the list
- Choose 'Download list'
=> SUCCESS: There's an ISBD option
- Download and open the exported records
=> SUCCESS: The file contains the ISBD format for the records on the list.

- Sign off :-D

Sponsored-by: Orex Digital
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadcart.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-downloadshelf.tt
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl