[open-ils-commits] r16458 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 20 00:54:07 EDT 2010
Author: phasefx
Date: 2010-05-20 00:54:03 -0400 (Thu, 20 May 2010)
New Revision: 16458
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
trunk/Open-ILS/xul/staff_client/server/patron/util.js
Log:
change this id to avoid a collision when patron and circ columns are combined in one list (such as with the Check-In interface)
Modified: trunk/Open-ILS/xul/staff_client/server/patron/search_result.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-05-20 04:53:56 UTC (rev 16457)
+++ trunk/Open-ILS/xul/staff_client/server/patron/search_result.js 2010-05-20 04:54:03 UTC (rev 16458)
@@ -40,7 +40,7 @@
},
{
'except_these' : [
- 'barcode',
+ 'au_barcode',
]
}
);
Modified: trunk/Open-ILS/xul/staff_client/server/patron/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/util.js 2010-05-20 04:53:56 UTC (rev 16457)
+++ trunk/Open-ILS/xul/staff_client/server/patron/util.js 2010-05-20 04:54:03 UTC (rev 16458)
@@ -371,7 +371,7 @@
var c = [
{
- 'persist' : 'hidden width ordinal', 'id' : 'barcode', 'label' : commonStrings.getString('staff.card_barcode_label'), 'flex' : 1,
+ 'persist' : 'hidden width ordinal', 'id' : 'au_barcode', 'label' : commonStrings.getString('staff.card_barcode_label'), 'flex' : 1,
'primary' : false, 'hidden' : true, 'editable' : false, 'render' : function(my) { return my.au.card().barcode(); }
},
{
More information about the open-ils-commits
mailing list