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 926ddb6 commit 328fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/page-billing.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
) - \intval( $item->project_billed_time )
);

$to_bill_amount = ( 85 * ( $to_bill_seconds / HOUR_IN_SECONDS ) );
$to_bill_amount = ( $hourly_rate * ( $to_bill_seconds / HOUR_IN_SECONDS ) );

if ( false !== \strpos( $item->project_name, 'Strippenkaart' ) ) {
// $to_bill_seconds = $item->project_billable_time;
Expand Down

0 comments on commit 328fe04

Please sign in to comment.