From bcb36196401227ca48987f071bf8eb3777f36f15 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 16 Aug 2010 13:31:05 +0000 Subject: [PATCH] tsbere pointed out this typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@17225 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/actor/user/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/actor/user/register.js b/Open-ILS/web/js/ui/default/actor/user/register.js index fd8e16043..1287ef491 100644 --- a/Open-ILS/web/js/ui/default/actor/user/register.js +++ b/Open-ILS/web/js/ui/default/actor/user/register.js @@ -184,7 +184,7 @@ function replaceCardHandler() { input.widget.attr('disabled', false).attr('readOnly', false).attr('value', null).focus(); replaceBarcode.attr('disabled', true); - // pull old car off the cards list so we don't have a dupe sitting in there + // pull old card off the cards list so we don't have a dupe sitting in there var old = patron.cards().filter(function(c){return (c.id() == patron.card().id())})[0]; old.active('f'); old.ischanged(1); -- 2.11.0