for lp bug#756838, consistent copy status for new items. jamesrf++
[evergreen-equinox.git] / Open-ILS / xul / staff_client / server / cat / volume_copy_creator.js
index 9bc22bd..4d70a03 100644 (file)
@@ -917,10 +917,10 @@ g.gather_copies = function() {
             copy.deposit(0);
             copy.price(0);
             copy.deposit_amount(0);
-            copy.fine_level(2);
-            copy.loan_duration(2);
-            copy.location(1);
-            copy.status(5);
+            copy.fine_level(2); // Normal
+            copy.loan_duration(2); // Normal
+            copy.location(1); // Stacks
+            copy.status(5); // In Process
             copy.circulate(get_db_true());
             copy.holdable(get_db_true());
             copy.opac_visible(get_db_true());