[open-ils-commits] r1142 - servres/trunk/conifer/syrup/views (gfawcett)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Dec 28 19:00:27 EST 2010


Author: gfawcett
Date: 2010-12-28 19:00:27 -0500 (Tue, 28 Dec 2010)
New Revision: 1142

Modified:
   servres/trunk/conifer/syrup/views/items.py
Log:
RIS import tweak

Modified: servres/trunk/conifer/syrup/views/items.py
===================================================================
--- servres/trunk/conifer/syrup/views/items.py	2010-12-28 22:17:51 UTC (rev 1141)
+++ servres/trunk/conifer/syrup/views/items.py	2010-12-29 00:00:27 UTC (rev 1142)
@@ -125,6 +125,7 @@
             update('title', 'T1')
             update('source_title', 'JO') # first try JO, then JF
             update('source_title', 'JF')
+            update('author', 'AU', space_comments) # first try AU, then A1
             update('author', 'A1', space_comments)
             update('url', 'UR')
             update('volume', 'VL')



More information about the open-ils-commits mailing list