Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix(redmine): log estimated_hours in update_project_expenditure command
Browse files Browse the repository at this point in the history
  • Loading branch information
trowik committed Apr 4, 2023
1 parent ba08639 commit fc1f631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ def handle(self, *args, **options):

self.stdout.write(
self.style.SUCCESS(
f"Updating Redmine issue {project.redmine_project.issue_id} with total spent hours {total_spent_hours}, amount offered {amount_offered}, amount invoiced {amount_invoiced}"
f"Updating Redmine issue {project.redmine_project.issue_id} with total spent hours {total_spent_hours}, estimated time {estimated_hours}, amount offered {amount_offered}, amount invoiced {amount_invoiced}"
)
)

0 comments on commit fc1f631

Please sign in to comment.