From: gfawcett Date: Wed, 29 Dec 2010 00:00:27 +0000 (+0000) Subject: RIS import tweak X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a97497cdde07a19df1872b4219749da90d6dab0e;p=syrup%2Fmasslnc.git RIS import tweak git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@1142 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/conifer/syrup/views/items.py b/conifer/syrup/views/items.py index 18d12c7..efb6c40 100644 --- a/conifer/syrup/views/items.py +++ b/conifer/syrup/views/items.py @@ -125,6 +125,7 @@ def item_add(request, site_id, item_id): 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')