From c82bcb498dbb9ea1786cce38071b1b7d0947cb99 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 6 Mar 2008 20:50:21 +0000 Subject: [PATCH] circStrings, not commonStrings - thanks for finding this one, Bill Ott git-svn-id: svn://svn.open-ils.org/ILS/trunk@8886 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/circ/util.js b/Open-ILS/xul/staff_client/server/circ/util.js index 42f36f7a02..473d97309c 100644 --- a/Open-ILS/xul/staff_client/server/circ/util.js +++ b/Open-ILS/xul/staff_client/server/circ/util.js @@ -532,7 +532,7 @@ circ.util.columns = function(modify,params) { }, { 'id' : 'owning_lib', - 'label' : document.getElementById('commonStrings').getString('staff.circ.utils.owning_lib'), + 'label' : document.getElementById('circStrings').getString('staff.circ.utils.owning_lib'), 'flex' : 1, 'primary' : false, 'hidden' : true, -- 2.11.0