[open-ils-commits] r18808 - branches/rel_2_0/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 19 15:44:55 EST 2010


Author: phasefx
Date: 2010-11-19 15:44:50 -0500 (Fri, 19 Nov 2010)
New Revision: 18808

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.xul
Log:
no one likes the persisting call number with fast add, not even me :)

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.xul
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.xul	2010-11-19 20:40:53 UTC (rev 18807)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/cat/marcedit.xul	2010-11-19 20:44:50 UTC (rev 18808)
@@ -28,7 +28,7 @@
         <checkbox oils_persist="checked" accesskey="&staff.cat.marcedit.fastItemAdd.accesskey;" label="&staff.cat.marcedit.fastItemAdd.label;" oncommand="fastItemAdd_toggle(this);" checked="false" id="fastItemAdd_checkbox"/>
         <hbox id="fastItemAdd_textboxes">
             <label control="fastItemAdd_callnumber" accesskey="&staff.cat.marcedit.fastItemAdd_callnumber.accesskey;" value="&staff.cat.marcedit.fastItemAdd_callnumber.label;" />
-            <textbox context="clipboard" id="fastItemAdd_callnumber" oils_persist="value" onchange="this.setAttribute('value',this.value);"/>
+            <textbox context="clipboard" id="fastItemAdd_callnumber" />
             <label control="fastItemAdd_barcode" accesskey="&staff.cat.marcedit.fastItemAdd_barcode.accesskey;" value="&staff.cat.marcedit.fastItemAdd_barcode.label;" />
             <textbox context="clipboard" id="fastItemAdd_barcode"/>
         </hbox>



More information about the open-ils-commits mailing list