From 9a989c9e58724682b75a13910865ceb6c143f262 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 4 Mar 2010 16:17:05 +0000 Subject: [PATCH] Circulation - Disable Barcode Field If Item Needs Confirmation When issuing items, if a confirmation screen comes up, another item can still be scanned into the barcode field. If a librarian does not notice the confirmation dialog, he or she may continue scanning items without confirming the issue and thus give a patron an item without it actually being issued to the patron. This patch disables the barcode field until the confirmation question is answered. Signed-off-by: Galen Charlton --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index d7a70fed66..6c6d14bfdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -406,7 +406,7 @@ No patron matched
Enter item barcode:
- + disabled="disabled"/>
Specify Due Date :
-- 2.20.1