[open-ils-commits] r1233 - servres/trunk/conifer/integration (artunit)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 15 15:21:59 EST 2011
Author: artunit
Date: 2011-02-15 15:21:55 -0500 (Tue, 15 Feb 2011)
New Revision: 1233
Modified:
servres/trunk/conifer/integration/uwindsor.py
Log:
pull out extraneous print statement, fix attachment status text
Modified: servres/trunk/conifer/integration/uwindsor.py
===================================================================
--- servres/trunk/conifer/integration/uwindsor.py 2011-02-15 16:42:22 UTC (rev 1232)
+++ servres/trunk/conifer/integration/uwindsor.py 2011-02-15 20:21:55 UTC (rev 1233)
@@ -137,7 +137,6 @@
callno = callnum
lib += anystatus_here
- print "PRE"
copyids = E1(settings.OPENSRF_CN_CALL, bib_id, callnum, org)
"""
@@ -186,7 +185,7 @@
callprefix = callsuffix = ''
elif attachtest:
tmpinfo = dueinfo
- dueinfo = settings.ATTACHMENT + ': ' + time.strftime(settings.DUE_FORMAT,earliestdue)
+ dueinfo = attachtest.group(0) + ': ' + time.strftime(settings.DUE_FORMAT,earliestdue)
if len(callno) > 0:
callno = callno + '/' + callnum
callprefix = callsuffix = ''
More information about the open-ils-commits
mailing list