From 61c671f7bef8ec75dc82e0a15aa0b255c0f8012d Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 2 Feb 2006 18:05:36 +0000 Subject: [PATCH] go back to Barcode after a non-cat checkout git-svn-id: svn://svn.open-ils.org/ILS/trunk@2935 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/checkout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/circ/checkout.js b/Open-ILS/xul/staff_client/server/circ/checkout.js index e8427d278e..5e2614181f 100644 --- a/Open-ILS/xul/staff_client/server/circ/checkout.js +++ b/Open-ILS/xul/staff_client/server/circ/checkout.js @@ -224,6 +224,8 @@ circ.checkout.prototype = { }, 'on_checkout' : function() { + this.controller.view.checkout_menu.selectedIndex = 0; + this.controller.view.checkout_barcode_entry_textbox.disabled = false; this.controller.view.checkout_barcode_entry_textbox.value = ''; this.controller.view.checkout_barcode_entry_textbox.focus(); }, -- 2.43.2