[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 045fd8040b157033d3836b2d0db6b31baf8394d2
Evergreen Git
git at git.evergreen-ils.org
Wed Jun 10 21:31:05 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_7 has been updated
via 045fd8040b157033d3836b2d0db6b31baf8394d2 (commit)
from 81dcc693975e2cb2f96595da04db53a7250b358b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 045fd8040b157033d3836b2d0db6b31baf8394d2
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date: Thu Apr 16 08:58:17 2015 -0700
LP#1074096: Remove Bib Call Number from query type selector
Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
Signed-off-by: Michael Peters <mpeters at emeralddata.net>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/parts/qtype_selector.tt2 b/Open-ILS/src/templates/opac/parts/qtype_selector.tt2
index 1c8fc2c..4ed9e63 100644
--- a/Open-ILS/src/templates/opac/parts/qtype_selector.tt2
+++ b/Open-ILS/src/templates/opac/parts/qtype_selector.tt2
@@ -4,8 +4,7 @@
{value => "jtitle", label => l("Journal Title")},
{value => "author", label => l("Author"), plural_label => l("Authors"), browse => 1},
{value => "subject", label => l("Subject"), plural_label => l("Subjects"), browse => 1},
- {value => "series", label => l("Series"), plural_label => l("Series"), browse => 1},
- {value => "id|bibcn", label => l("Bib Call Number")}
+ {value => "series", label => l("Series"), plural_label => l("Series"), browse => 1}
] %]
<select name="[% name || 'qtype' %]"[% IF id; ' id="'; id ; '"' ; END -%]
title="[% l('Select query type:') %]">
-----------------------------------------------------------------------
Summary of changes:
.../src/templates/opac/parts/qtype_selector.tt2 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list