From: phasefx Date: Wed, 20 Jul 2005 22:26:38 +0000 (+0000) Subject: during checkin, copy the copy from hold capture X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ccfb71e00646bb2c5ebf2ff290c0eb1e6ba85298;p=Evergreen.git during checkin, copy the copy from hold capture git-svn-id: svn://svn.open-ils.org/ILS/trunk@1325 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/circ/circ_utils.js b/Evergreen/staff_client/chrome/content/evergreen/circ/circ_utils.js index ad70b49106..4d8fce47a0 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/circ/circ_utils.js +++ b/Evergreen/staff_client/chrome/content/evergreen/circ/circ_utils.js @@ -106,6 +106,8 @@ function checkin_by_copy_barcode(barcode, f) { try { var check2 = hold_capture_by_copy_barcode( barcode ); if (check2) { + sdump('D_CIRC_UTILS','check2 = ' + js2JSON(check2) + '\n'); + check.copy = check2.copy; check.text = 'Captured for Hold'; check.route_to = mw.G.org_tree_hash[ check2.route_to ].shortname(); }