[#4551] Use the old deliverable subject as part of the FixedBudget item

This commit is contained in:
Eric Davis
2010-09-22 13:03:14 -07:00
parent c9861835e7
commit 8582ad0ecd
2 changed files with 4 additions and 1 deletions

View File

@@ -172,7 +172,9 @@ module RedmineContracts
deliverable.fixed_budgets << FixedBudget.new(:deliverable => deliverable,
:budget => budget,
:markup => markup)
:markup => markup,
:title => "Converted Fixed Deliverable - #{old_deliverable['subject']}")
end
def self.append_old_deliverable_to_notes(old_deliverable, new_deliverable)