Skip to content

Commit

Permalink
adjusting end_date bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Apr 25, 2024
1 parent 878dc3e commit e4ff6e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion report/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def save(self, commit=True, user=None, *args, **kwargs):
report.directions_related.set(self.cleaned_data['directions_related'])
report.learning_questions_related.set(self.cleaned_data['learning_questions_related'])
report.metrics_related.set(self.add_metrics_related_depending_on_values())
report.end_date = report.initial_date
return report


Expand Down

0 comments on commit e4ff6e6

Please sign in to comment.