From 03f420e6f543f9f0eba595204e134b0f370d89a3 Mon Sep 17 00:00:00 2001
From: =?utf8?q?St=C3=A9phane=20Delaune?=
Date: Fri, 16 May 2014 11:36:16 +0200
Subject: [PATCH] Bug 12238: Add option to supply list of record IDs to MARC
export tool
The MARC export tool now includes the option to specify a file
containing record IDs to export. When run on the command line,
this is specified using the --id_list_file switch.
Note that the list of IDs acts as a filter on other criteria
for selecting records to import. For example, if you export
all bibs belong to a given library and also specify an ID file,
the bibs must both belong to the library and be in the ID file.
Signed-off-by: Bernardo Gonzalez Kriegel
Work as described. No errors
Tested writing txt file with biblionumbers, loading in tools and exporting
Signed-off-by: Kyle M Hall
Signed-off-by: Galen Charlton
---
.../prog/en/modules/tools/export.tt | 22 +++++++++++++++--
tools/export.pl | 24 ++++++++++++++++++-
2 files changed, 43 insertions(+), 3 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
index b5072da55f..f4edddfc78 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt
@@ -38,7 +38,7 @@ $(document).ready(function() {
Note : The items are exported by this tool unless specified.
-