]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/RequirementSpec.pm
Pflichtenheft: Nach Speichern Zeitabschätzung PH neu laden
[kivitendo-erp.git] / SL / Controller / RequirementSpec.pm
index 689ef19a8fe0852332df54519850cdff860a6c10..9da08f30db368f2ae9ccf9d4ce31d5fd29600cdb 100644 (file)
@@ -134,6 +134,8 @@ sub action_ajax_save_time_and_cost_estimate {
     1;
   });
 
+  $self->requirement_spec(SL::DB::RequirementSpec->new(id => $self->requirement_spec->id)->load);
+
   my $html = $self->render('requirement_spec/_show_time_and_cost_estimate', { output => 0 });
   $self->js->replaceWith('#time_cost_estimate', $html);