[open-ils-commits] r286 - servres/trunk/conifer/templates/phys (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 5 19:41:53 EDT 2009
Author: gfawcett
Date: 2009-04-05 19:41:53 -0400 (Sun, 05 Apr 2009)
New Revision: 286
Modified:
servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml
Log:
don't try to show item's MARC if it doesn't have one.
Modified: servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml
===================================================================
--- servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml 2009-04-05 23:38:37 UTC (rev 285)
+++ servres/trunk/conifer/templates/phys/mark_arrived_choose.xhtml 2009-04-05 23:41:53 UTC (rev 286)
@@ -58,7 +58,7 @@
<td>${','.join(n.last_name for n in item.course.get_instructors())}</td>
<td>${repr(score)}</td>
</tr>
- <tr id="marcdata${n}" style="display: none;">
+ <tr py:if="marc" id="marcdata${n}" style="display: none;">
<td/>
<td colspan="3">
<div>
More information about the open-ils-commits
mailing list