Skip to content

Commit

Permalink
Update Project.php
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Mar 1, 2024
1 parent eb54f18 commit 12eb6a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classes/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ public function get_invoices() {
"
SELECT
invoice.*,
invoice_line.amount,
invoice_line.seconds,
user.display_name
FROM
$wpdb->orbis_invoices_lines AS invoice_line
Expand Down

0 comments on commit 12eb6a4

Please sign in to comment.