Skip to content

Commit

Permalink
Case 1012, exclude text label for barcode text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Youngman committed Apr 26, 2012
1 parent f190a33 commit 6aae826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pdf/label/batch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def add_barcode_label(options = {})
@pdf.text(bar_text,bar_hash)

@pdf.select_font(old_font)
@pdf.text(text,arg_hash)
# @pdf.text(text,arg_hash)
end

def save_as(file_name)
Expand Down

0 comments on commit 6aae826

Please sign in to comment.