Skip to content

Commit

Permalink
Update page-billing.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 1, 2024
1 parent 12eb6a4 commit 926ddb6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/page-billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
project_timesheet.project_id
) AS project_timesheet_totals ON project_timesheet_totals.project_id = project.id
WHERE
(
project.billed_to IS NULL
OR
project.billed_to < DATE_SUB( NOW(), INTERVAL 1 WEEK )
)
AND
project.invoicable
AND
NOT project.invoiced
Expand Down

0 comments on commit 926ddb6

Please sign in to comment.