[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. d72ce48d7ba9530fef9915e556bb69bdcb60be20
Evergreen Git
git at git.evergreen-ils.org
Sun May 15 16:12:17 EDT 2011
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_1 has been updated
via d72ce48d7ba9530fef9915e556bb69bdcb60be20 (commit)
from b62a98dd18b067ffb4d591806a89bfb83e15beee (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 d72ce48d7ba9530fef9915e556bb69bdcb60be20
Author: Jason Etheridge <jason at esilibrary.com>
Date: Sun May 15 16:15:30 2011 -0400
default the label class according to library setting during vol creation
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
index bbecbb5..9656044 100644
--- a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
+++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
@@ -448,6 +448,7 @@ g.render_callnumber_copy_count_entry = function(row,ou_id,count) {
,false
);
classification_column_box.appendChild(classification_column_menulist);
+ classification_column_menulist.value = g.label_class;
/**** PREFIX COLUMN revisited ****/
var prefix_column_menulist = g.render_prefix_menu(call_number_column_textbox);
-----------------------------------------------------------------------
Summary of changes:
.../staff_client/server/cat/volume_copy_creator.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list