From: Jason Etheridge Date: Fri, 27 May 2011 15:59:24 +0000 (-0400) Subject: Fix Hold Capture Check-In Mode, similar to 9641dcf040798aac1e274253c8ae8a722674bcc2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9177c569f7a936042d3e56287c70ea3e9e76f583;p=working%2FEvergreen.git Fix Hold Capture Check-In Mode, similar to 9641dcf040798aac1e274253c8ae8a722674bcc2 Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/server/circ/checkin.xul b/Open-ILS/xul/staff_client/server/circ/checkin.xul index fce7c706cd..096f937674 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;