From b740ea4629cb5099058eae437d6c273685fc1e1f Mon Sep 17 00:00:00 2001 From: Joy Nelson Date: Thu, 9 Feb 2017 11:42:57 -0800 Subject: [PATCH] Bug 18087 - Clarification on File type when using file of biblionumbers to export data Added a line to the screen detailing the types of files that can be used to upload a list of biblionumbers. Test plan: 1. Go to tools->export data 2. under File option, (File types accepted: .csv and .txt) should appear Signed-off-by: Claire Gravely --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8f19cba..c76c325 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt @@ -131,7 +131,7 @@ $(document).ready(function() { Use a file
    -
  1. File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters.
  2. +
  3. File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)
-- 2.1.4