From: gfawcett Date: Fri, 7 Jan 2011 17:05:17 +0000 (+0000) Subject: revert due-time display slightly more this time, so it actually fixes problem X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ffe97a82756b6eb5a5d9fb11b4d8a82a34f3d503;p=syrup%2Fmasslnc.git revert due-time display slightly more this time, so it actually fixes problem git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1168 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/syrup/models.py b/conifer/syrup/models.py index eddc6eb..b192da6 100644 --- a/conifer/syrup/models.py +++ b/conifer/syrup/models.py @@ -752,7 +752,7 @@ class Item(BaseModel): return (avail > 0, '%d of %d copies available at reserves desk; ' '%d total copies in library system' - % (avail, desk, lib, callno)) + % (avail, desk, lib)) _video_type_re = re.compile(r'tag="007">v(.)') _video_types = {'c':'videocartridge',