Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» improvement(wdfinance): Add missing Project worktag
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloreven committed Feb 16, 2024
1 parent a6c5063 commit 79ecfef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oda_wd_client/service/resource_management/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ def _get_wd_invoice_lines_from_invoice(
# Worktags
if line.cost_center:
wd_line.Worktags_Reference.append(line.cost_center.wd_object(client))
if line.project:
wd_line.Worktags_Reference.append(line.project.wd_object(client))

returned_lines.append(wd_line)

Expand Down

0 comments on commit 79ecfef

Please sign in to comment.