<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@
         &lt;%= content_tag(:td, deliverable.id) %&gt;
         &lt;%= content_tag(:td, h(deliverable.score.to_i), :class =&gt; 'score') if allowed_management? %&gt;
         &lt;%= content_tag(:td, h(deliverable.subject), :class =&gt; 'subject') %&gt;
+        &lt;%= content_tag(:td, number_to_currency(deliverable.budget || 0.0, :precision =&gt; 0), :class =&gt; 'budget') if allowed_management? %&gt;
         &lt;%= content_tag(:td, number_to_currency(deliverable.labor_budget || 0.0, :precision =&gt; 0), :class =&gt; 'budget') if allowed_management? %&gt;
         &lt;%= content_tag(:td, number_to_currency(deliverable.spent, :precision =&gt; 0), :class =&gt; 'spent') if allowed_management? %&gt;
         &lt;%= content_tag(:td, format_date(deliverable.due), :class =&gt; 'due_date') %&gt;
@@ -66,7 +67,7 @@
         &lt;/table&gt;
       &lt;/td&gt;
 
-      &lt;td colspan=&quot;2&quot;&gt;
+      &lt;td colspan=&quot;3&quot;&gt;
         &lt;table class=&quot;issue-totals&quot;&gt;
           &lt;%= row_with_data(l(:label_issue_plural), deliverable.issues.size, 'issue-totals') -%&gt;
 
@@ -77,7 +78,7 @@
       &lt;/td&gt;
     &lt;/tr&gt;
     &lt;tr id=&quot;deliverable-description-&lt;%= deliverable.id %&gt;&quot; class=&quot;deliverable deliverable-details &lt;%= css %&gt;&quot; style=&quot;display:none;&quot;&gt;
-      &lt;td colspan=&quot;8&quot; style=&quot;text-align: left;&quot;&gt;
+      &lt;td colspan=&quot;9&quot; style=&quot;text-align: left;&quot;&gt;
         &lt;%= l(:field_description) %&gt;: &lt;%= textilizable deliverable.description %&gt;
       &lt;/td&gt;
     &lt;/tr&gt;</diff>
      <filename>app/views/deliverables/_deliverable.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,8 @@
       &lt;%= sort_header_tag(&quot;#{Deliverable.table_name}.id&quot;, :caption =&gt; '#', :default_order =&gt; 'desc') %&gt;
       &lt;%= sort_header_tag(&quot;score&quot;, :caption =&gt; l(:caption_score), :default_order =&gt; 'desc') if allowed_management? %&gt;
       &lt;%= sort_header_tag(&quot;#{Deliverable.table_name}.subject&quot;, :caption =&gt; l(:caption_subject)) %&gt;
-      &lt;%= sort_header_tag(&quot;labor_budget&quot;, :caption =&gt; l(:caption_budget)) if allowed_management? %&gt;
+      &lt;%= sort_header_tag(&quot;total_budget&quot;, :caption =&gt; l(:caption_budget)) if allowed_management? %&gt;
+      &lt;%= sort_header_tag(&quot;labor_budget&quot;, :caption =&gt; l(:caption_labor_budget)) if allowed_management? %&gt;
       &lt;%= sort_header_tag(&quot;spent&quot;, :caption =&gt; l(:caption_spent)) if allowed_management? %&gt;
       &lt;%= sort_header_tag(&quot;#{Deliverable.table_name}.due&quot;, :caption =&gt; l(:caption_due)) %&gt;
       &lt;%= sort_header_tag(&quot;progress&quot;, :caption =&gt; l(:caption_progress)) %&gt;</diff>
      <filename>app/views/deliverables/_list.html.erb</filename>
    </modified>
    <modified>
      <diff>@@ -28,6 +28,7 @@ en:
   caption_subject: Subject
   caption_score: Score
   caption_budget: Budget
+  caption_labor_budget: Labor Budget
   caption_spent: Spent
   label_update_deliverable: Update Deliverable
   label_labor_budget: &quot;Labor Budget: &quot;</diff>
      <filename>config/locales/en.yml</filename>
    </modified>
    <modified>
      <diff>@@ -27,6 +27,7 @@ caption_progress: Progress
 caption_subject: Subject
 caption_score: Score
 caption_budget: Budget
+caption_labor_budget: Labor Budget
 caption_spent: Spent
 label_update_deliverable: Update Deliverable
 label_labor_budget: &quot;Labor Budget: &quot;</diff>
      <filename>lang/en.yml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d88fce97f8983b20a32c945b1dde278b9ea9575c</id>
    </parent>
  </parents>
  <author>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </author>
  <url>http://github.com/edavis10/redmine-budget-plugin/commit/833c2877af0ec75bd8d7e7af0f2286716d1c9a07</url>
  <id>833c2877af0ec75bd8d7e7af0f2286716d1c9a07</id>
  <committed-date>2009-04-27T15:07:30-07:00</committed-date>
  <authored-date>2009-04-27T15:07:30-07:00</authored-date>
  <message>[#2403] [#2404] Added a Total Budget column to the Deliverable row.</message>
  <tree>42eb48b0546ff8439ddb20436d12f94c30a3281b</tree>
  <committer>
    <name>Eric Davis</name>
    <email>edavis@littlestreamsoftware.com</email>
  </committer>
</commit>
