Bug 18903

Summary: Barcode position does not take line-wrapping into account; covers label text when lines wrap
Product: Koha Reporter: Barton Chittenden <barton>
Component: Label/patron card printingAssignee: Chris Nighswonger <cnighswonger>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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.
Example pdf showing PDF covering text

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