holds handled with damaged/missing
authorpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 19 Aug 2006 15:37:21 +0000 (15:37 +0000)
committerpines <pines@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 19 Aug 2006 15:37:21 +0000 (15:37 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5602 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/util.js

index 82b55eb..814d724 100644 (file)
@@ -216,7 +216,7 @@ cat.util.mark_item_damaged = function(copy_ids) {
 
                } else {
 
-                       var r = error.yns_alert('Change the status for these items to Damaged?  You will have to manually retrieve the last circulation if you need to bill a patron.  You will also have to manually adjust any pertinent holds.  Barcodes: ' + util.functional.map_list( copies, function(o) { return o.barcode(); } ).join(", "), 'Mark Damaged', 'OK', 'Cancel', null, 'Check here to confirm this action');
+                       var r = error.yns_alert('Change the status for these items to Damaged?  You will have to manually retrieve the last circulation if you need to bill a patron.  Barcodes: ' + util.functional.map_list( copies, function(o) { return o.barcode(); } ).join(", "), 'Mark Damaged', 'OK', 'Cancel', null, 'Check here to confirm this action');
 
                        if (r == 0) {
                                var count = 0;
@@ -258,7 +258,7 @@ cat.util.mark_item_missing = function(copy_ids) {
 
                } else {
 
-                       var r = error.yns_alert('Change the status for these items to Missing?  You will have to manually adjust any pertinent holds.  Barcodes: ' + util.functional.map_list( copies, function(o) { return o.barcode(); } ).join(", "), 'Mark Missing', 'OK', 'Cancel', null, 'Check here to confirm this action');
+                       var r = error.yns_alert('Change the status for these items to Missing?  Barcodes: ' + util.functional.map_list( copies, function(o) { return o.barcode(); } ).join(", "), 'Mark Missing', 'OK', 'Cancel', null, 'Check here to confirm this action');
 
                        if (r == 0) {
                                var count = 0;