From 6c188dcc2c024bfba7e60c5d33d417696d23444d Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 8 Jan 2008 20:37:09 +0000 Subject: [PATCH] one hell of a typo ;) fixes a regression git-svn-id: svn://svn.open-ils.org/ILS/trunk@8354 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index 0e40842497..2181fc267b 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -572,7 +572,7 @@ g.get_acpl_list = function() { JSAN.use('util.fm_utils'); var libs = []; for (var i in owning_libs) libs.push(i); - if (libs.length > 1) { + if (libs.length > 0) { var ancestor = util.fm_utils.find_common_aou_ancestor( libs ); if (typeof ancestor == 'object' && ancestor != null) ancestor = ancestor.id(); -- 2.11.0