From 8e036747190c263bfb187a75932d5c2992605299 Mon Sep 17 00:00:00 2001 From: pines Date: Sat, 26 Aug 2006 05:58:21 +0000 Subject: [PATCH] copy editor defaults git-svn-id: svn://svn.open-ils.org/ILS/trunk@5702 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js index 4b54207790..188c1a725d 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js @@ -354,10 +354,16 @@ g.stash_and_close = function() { copy.circ_lib(ou_id); /* FIXME -- use constants */ copy.deposit(0); + copy.price(0); + copy.deposit_amount(0); copy.fine_level(2); copy.loan_duration(2); copy.location(1); copy.status(0); + copy.circulate(get_db_true()); + copy.holdable(get_db_true()); + copy.opac_visible(get_db_true()); + copy.ref(get_db_false()); copies.push( copy ); } } -- 2.11.0