[open-ils-commits] [GIT] Evergreen ILS branch rel_1_6_2 updated. 3b9385f96a8d9cb6f5610b3e5c6f8fba30d5ebb6

Evergreen Git git at git.evergreen-ils.org
Fri May 27 11:53:02 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_1_6_2 has been updated
       via  3b9385f96a8d9cb6f5610b3e5c6f8fba30d5ebb6 (commit)
      from  a3f9645abe08a7b5148e1ceae49cc01f1edc1587 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3b9385f96a8d9cb6f5610b3e5c6f8fba30d5ebb6
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Fri May 27 11:59:24 2011 -0400

    Fix Hold Capture Check-In Mode, similar to 9641dcf040798aac1e274253c8ae8a722674bcc2
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/circ/checkin.xul b/Open-ILS/xul/staff_client/server/circ/checkin.xul
index fce7c70..096f937 100644
--- a/Open-ILS/xul/staff_client/server/circ/checkin.xul
+++ b/Open-ILS/xul/staff_client/server/circ/checkin.xul
@@ -45,6 +45,8 @@
                 if (xul_param('hold_capture')) {
                     document.getElementById('checkin_auto').checked = true;
                     document.getElementById('checkin_auto').hidden = true;
+                    document.getElementById('checkin_auto').setAttribute('checked','true');
+                    document.getElementById('checkin_auto').removeAttribute('oils_persist');
                     document.getElementById('checkin_effective_date_hbox').hidden = true;
                     document.getElementById('caption').setAttribute('label',document.getElementById('circStrings').getString('staff.circ.checkin.hold_capture'));
                     document.getElementById('hold_capture_blurb').hidden = false;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/xul/staff_client/server/circ/checkin.xul |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list