[open-ils-commits] r1167 - servres/trunk/conifer/syrup (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 7 12:03:30 EST 2011
Author: gfawcett
Date: 2011-01-07 12:03:27 -0500 (Fri, 07 Jan 2011)
New Revision: 1167
Modified:
servres/trunk/conifer/syrup/models.py
Log:
revertion due-time display slightly -- it breaks the UI
Modified: servres/trunk/conifer/syrup/models.py
===================================================================
--- servres/trunk/conifer/syrup/models.py 2011-01-07 05:22:11 UTC (rev 1166)
+++ servres/trunk/conifer/syrup/models.py 2011-01-07 17:03:27 UTC (rev 1167)
@@ -752,7 +752,7 @@
return (avail > 0,
'%d of %d copies available at reserves desk; '
'%d total copies in library system'
- % (avail, desk, lib, callno, dueinfo))
+ % (avail, desk, lib, callno))
_video_type_re = re.compile(r'tag="007">v(.)')
_video_types = {'c':'videocartridge',
More information about the open-ils-commits
mailing list