From 6e919d178c86fc97a56e929839517a6ab7c9cc7e Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 2 Dec 2010 21:35:46 +0000 Subject: [PATCH] Just use the literal value of the supplied publisher Example that I was given had "(Firm)" at the end of the publisher name, but apparently that was a one-off and not intended to be applied to all publishers. Okay. git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_1@1096 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- tools/ebooks/prep_ebook_records.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ebooks/prep_ebook_records.py b/tools/ebooks/prep_ebook_records.py index b95fb746a3..de3c2f5513 100644 --- a/tools/ebooks/prep_ebook_records.py +++ b/tools/ebooks/prep_ebook_records.py @@ -243,7 +243,7 @@ def process_records(options): seven_ten = pymarc.Field(tag = '710', indicators = ['2', ' '], subfields = [ - 'a', options['publisher'] + ' (Firm)', + 'a', options['publisher'], '4', 'pbl' ] ) -- 2.11.0