[open-ils-commits] r14037 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 17 11:31:17 EDT 2009
Author: phasefx
Date: 2009-09-17 11:31:14 -0400 (Thu, 17 Sep 2009)
New Revision: 14037
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/util.js
Log:
dummy isbn support for isbn column in lists
Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js 2009-09-17 15:21:26 UTC (rev 14036)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js 2009-09-17 15:31:14 UTC (rev 14037)
@@ -984,7 +984,10 @@
'flex' : 1,
'primary' : false,
'hidden' : true,
- 'render' : function(my) { return my.mvr.isbn(); }
+ 'render' : function(my) {
+ try { return my.mvr.isbn(); }
+ catch(E) { return my.acp.dummy_isbn(); }
+ }
},
{
'persist' : 'hidden width ordinal',
More information about the open-ils-commits
mailing list