[open-ils-commits] [GIT] Evergreen ILS branch master updated. b5b56e075c1cbb38da55ccfcf3a3d4f93c401c11
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, master has been updated
via b5b56e075c1cbb38da55ccfcf3a3d4f93c401c11 (commit)
from 0848d4c2558c0747bc9aedee60e7c20bdaf08832 (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 b5b56e075c1cbb38da55ccfcf3a3d4f93c401c11
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