Update pdf_patch.rb

This commit is contained in:
2016-07-22 16:02:57 -04:00
committed by GitHub
parent 8149f5ab9b
commit 4e81c16617

View File

@@ -51,7 +51,7 @@ module IssuesPdfHelperPatch
vin = v ? v.vin : nil
notes = v ? v.notes : nil
left << [l(:field_vehicles), vehicle]
left << [l(:field_vin), vin]
left << [l(:field_vin), vin.gsub(/(.{9})/, '\1 ')]
#left << [l(:field_notes), notes]
right = []