Bug 13040 - multiple branch selections in exporter
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 8 Oct 2014 06:12:13 +0000 (19:12 +1300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Mon, 26 Jan 2015 19:22:07 +0000 (16:22 -0300)
commite1eb47dede47e567108dcdf31ec7970ed4c212ad
tree176b82eb1194962d758275a9da95627779c09038
parente9829b6d995a22e9d85de3ceae37ac6fe0c26c10
Bug 13040 - multiple branch selections in exporter

This allows the exporter (Tools -> Export) to have any combination of
branches selected, rather than it being all or only one.

Test Plan:
* Apply the patch
* Go to the exporter, see that instead of a dropdown you now have an
  elegently laid out grid of branches you can select from
* Select some branches, run the export
* Note that only records with items in the selected branches are
  returned.
* Repeat this with the item related options (as that code was refactored
  slightly) and make sure everything is sane.

Sponsored-By: South Taranaki District Libraries
Signed-off-by: Thomas <tomsStudy@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css
koha-tmpl/intranet-tmpl/prog/en/includes/branch-selector.inc [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/export.tt
koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
tools/export.pl