display line items on issue if any exist

This commit is contained in:
2026-03-07 09:35:02 -05:00
parent 5846eb370d
commit b0c1da0b51
2 changed files with 41 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ module RedmineQboLineItems
)
end
render_on :view_issues_show_description_bottom , partial: 'line_items/issue_line_items'
end
end