From 3b9385f96a8d9cb6f5610b3e5c6f8fba30d5ebb6 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 27 May 2011 11:59:24 -0400 Subject: [PATCH] Fix Hold Capture Check-In Mode, similar to 9641dcf040798aac1e274253c8ae8a722674bcc2 Signed-off-by: Jason Etheridge --- Open-ILS/xul/staff_client/server/circ/checkin.xul | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.11.0