Bug 7505 Superlibrarian can't export all biblios when IndependantBranches is enabled
authorFrédéric Demians <f.demians@tamil.fr>
Mon, 6 Feb 2012 19:00:24 +0000 (20:00 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 10 Feb 2012 14:56:15 +0000 (15:56 +0100)
commit78f2ac28626196950891dc562714f8d463f5f9bd
treef3d6c8926caf5e2d3edcd4cb7f1af12fcb2f4506
parent19d6339c26e5a9160592c7f861493c03da21b1f8
Bug 7505 Superlibrarian can't export all biblios when IndependantBranches is enabled

When a Koha user has superlibrarian permissions, and if
IndependantBranches is enabled, in Tools > Export bibliographic and
holdings, this user can't export all biblio records. He will just export
the biblio from the branch he belongs to.

This patch fix that.

To test:

  - Do a ALL records export as superlibrian on a multi-branches Koha instance
  - Examine the resulting MARC file with the tool of your choice (MArcEdit,
    yaz-marcdump, etc.)
  - You will see that 952/995 contains exlusively items from your branch (as
    Koha user)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
tools/export.pl