mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update pdf_patch.rb
This commit is contained in:
@@ -49,9 +49,9 @@ module IssuesPdfHelperPatch
|
|||||||
vehicle = v ? v.to_s : nil
|
vehicle = v ? v.to_s : nil
|
||||||
vin = v ? v.vin : nil
|
vin = v ? v.vin : nil
|
||||||
notes = v ? v.notes : nil
|
notes = v ? v.notes : nil
|
||||||
left << [l(:field_vehicle), issue.status]
|
left << [l(:field_vehicle), vehicle]
|
||||||
left << [l(:field_vin), issue.status]
|
left << [l(:field_vin), vin]
|
||||||
left << [l(:field_notes), issue.status]
|
left << [l(:field_notes), notes]
|
||||||
|
|
||||||
right = []
|
right = []
|
||||||
right << [l(:field_start_date), format_date(issue.start_date)] unless issue.disabled_core_fields.include?('start_date')
|
right << [l(:field_start_date), format_date(issue.start_date)] unless issue.disabled_core_fields.include?('start_date')
|
||||||
|
|||||||
Reference in New Issue
Block a user