From d0df399222fb2d577c8d2202d4a177b1095f3d73 Mon Sep 17 00:00:00 2001 From: phasefx Date: Wed, 26 Apr 2006 19:09:26 +0000 Subject: [PATCH] In Process for new copies git-svn-id: svn://svn.open-ils.org/ILS/trunk@3902 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/copy_editor.js | 1 + 1 file changed, 1 insertion(+) 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 d47097b0f2..45c72907ad 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -66,6 +66,7 @@ function my_init() { if (g.copies[0].id() < 0) { document.getElementById('copy_notes').setAttribute('hidden','true'); + g.apply("status",5 /* In Process */); } else { g.right_pane_field_names.push( [ -- 2.43.2