Bug 18903 - Barcode position does not take line-wrapping into account; covers label text when lines wrap
Summary: Barcode position does not take line-wrapping into account; covers label text ...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Label/patron card printing (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Chris Nighswonger
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-06 16:08 UTC by Barton Chittenden
Modified: 2017-07-06 16:12 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Marc file which triggers bug. (1.77 KB, text/plain)
2017-07-06 16:08 UTC, Barton Chittenden
Details
Example pdf showing PDF covering text (20.34 KB, application/pdf)
2017-07-06 16:10 UTC, Barton Chittenden
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2017-07-06 16:08:35 UTC
Created attachment 64856 [details]
Marc file which triggers bug.

Using the following Layout:

 barcode_type: CODE39
  start_label: 1
printing_type: BIBBAR
  layout_name: BARCODE
     guidebox: 1
oblique_title: 1
         font: TR
    font_size: 6
        units: POINT
callnum_split: 0
 text_justify: L
format_string: title, itemcallnumber, barcode
   layout_xml: 
      creator: Labels

And template:

      profile_id: 0
   template_code: BARCODE
   template_desc: Default description
      page_width: 8.5
     page_height: 11
     label_width: 2.65
    label_height: 0.875
 top_text_margin: 0.25
left_text_margin: 0.125
      top_margin: 0.6875
     left_margin: 0.125
            cols: 3
            rows: 11
         col_gap: 0.1875
         row_gap: 0
           units: INCH
         creator: Labels

And the attached Bib/Item record, the barcode covers the last two lines of text.

(see PDF attachment)
Comment 1 Barton Chittenden 2017-07-06 16:10:43 UTC
Created attachment 64857 [details]
Example pdf showing PDF covering text