From: phasefx Date: Tue, 8 Jan 2008 20:36:17 +0000 (+0000) Subject: one hell of a typo ;) fixes a regression X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=13012ec8f3678d8d354e9c34ff15aff8eee26bd2;p=Evergreen.git one hell of a typo ;) fixes a regression git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@8353 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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();