From: pines Date: Tue, 3 Oct 2006 13:48:21 +0000 (+0000) Subject: list undefined X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3a3c4256e51d6256b90568b13f4344f190ad8a98;p=Evergreen.git list undefined git-svn-id: svn://svn.open-ils.org/ILS/trunk@6374 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 0771fbc6e1..e503e0250f 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -441,7 +441,7 @@ g.get_acpl_list = function() { } catch(E) { g.error.standard_unexpected_error_alert('get_acpl_list',E); - return list; + return []; } }