Skip to content

Commit

Permalink
Merge branch 'master' into aggregations
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Sep 14, 2024
2 parents 97abef0 + 671f1ba commit 92f0ec0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/app/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function allModifiedValues($id, $with_friends)
});
}

return $values->unique('id');
return $values;
}

/*
Expand Down Expand Up @@ -644,9 +644,6 @@ public function calculateModifiers($aggregate_data = null, $real = true)
if ($real == false) {
DB::rollback();
}
else {
$this->setRelation('modifiedValues', $values);
}
}

return $values;
Expand Down

0 comments on commit 92f0ec0

Please sign in to comment.