From 51f077afff3b3dbadf648706baee01a339ca2860 Mon Sep 17 00:00:00 2001 From: lmcfarland Date: Tue, 28 Jul 2009 18:37:41 +0000 Subject: [PATCH] added labeling for new hold status--Reserved\/Pending git-svn-id: svn://svn.open-ils.org/ILS/trunk@13763 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 3 +++ Open-ILS/xul/staff_client/server/locale/en-US/circ.properties | 1 + 2 files changed, 4 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 3c1c40c65f..e62fe3efaa 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -1426,6 +1426,9 @@ circ.util.hold_columns = function(modify,params) { case 4: return document.getElementById('circStrings').getString('staff.circ.utils.hold_status.4'); break; + case 5: + return document.getElementById('circStrings').getString('staff.circ.utils.hold_status.5'); + break; default: return my.status; break; diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties index b60560e963..45be9972ae 100644 --- a/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties +++ b/Open-ILS/xul/staff_client/server/locale/en-US/circ.properties @@ -265,6 +265,7 @@ staff.circ.utils.hold_status.1=Waiting for copy staff.circ.utils.hold_status.2=Waiting for capture staff.circ.utils.hold_status.3=In-Transit staff.circ.utils.hold_status.4=Ready for pickup +staff.circ.utils.hold_status.5=Reserved/Pending staff.circ.utils.frozen=Frozen? staff.circ.utils.active=Active? staff.circ.utils.thaw_date=Activation Date -- 2.11.0