Bug 11856: Add publication year and edition to English acq PDF templates
authorKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 27 Feb 2014 10:12:11 +0000 (11:12 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Apr 2014 17:19:31 +0000 (17:19 +0000)
commit43e416126003dbac6b62a99cbf24f020c1f219ff
tree61e39624c03c5dcfa3fa39f01fd2cfe8342a02c5
parent35a94f6423ee851668047075dbc153dc3aa13606
Bug 11856: Add publication year and edition to English acq PDF templates

To test:
- Switch OrderPdfFormat to pdfformat::layout3pages
- Create one or more  baskets with a few orders, make sure you
  are adding some records that contain a publication year and/or
  edition statement
- Close the basket
- Create a basket group
- Print the PDF and check that edition and publication year
  show up and bibliographic information is printed correctly
- Switch OrderPdfFormat to pdfformat::layout2pages
- Repeat PDF print

This patch also changes the formatting a bit and differentiates between
UNIMARC and MARC21. For MARC21 no additional punctuation is needed as
those are cataloged with the information. Only spaces are added for MARC21,
while UNIMARC is kept they way it was before.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
acqui/basketgroup.pl
acqui/pdfformat/layout2pages.pm
acqui/pdfformat/layout3pages.pm