Skip to content

Commit

Permalink
Merge branch '14.0' into 14.0-415-ps_planning-with_value_default
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephanvandenberg authored Dec 15, 2024
2 parents a1bb9cd + 56bb7b4 commit f766f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ps_planning/models/ps_planning_billing_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def init(self):
where ps_planning_line.line_type='contracted'
and ps_planning_line.project_id=ps_contracted_line.project_id
and ps_planning_line.range_id=ps_planning_line_planned.range_id
and ps_contracted_line_inner.days <> 0
) as contracted_value,
sum(ps_planning_line_planned.days) as planned_days,
sum(
Expand Down

0 comments on commit f766f2e

Please sign in to comment.