[open-ils-commits] r18807 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Nov 19 15:40:58 EST 2010
Author: phasefx
Date: 2010-11-19 15:40:53 -0500 (Fri, 19 Nov 2010)
New Revision: 18807
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul
Log:
no one likes the persisting call number with fast add, not even me :)
Modified: trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul 2010-11-19 16:34:28 UTC (rev 18806)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marcedit.xul 2010-11-19 20:40:53 UTC (rev 18807)
@@ -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