mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
36a4103c8d
The :cost_association formatter used a Proc to get the Budget record from the WorkPackage association and display its name. That's exactly what JournalFormatter::NamedAssociation does, so better use it instead and remove dead code: remove the JournalFormatter::Proc and the code associated with it.