Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Apr 4, 2024
2 parents d44202e + f22803c commit 4f10adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ReportsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ public function postCustom(CustomAssetReportRequest $request)
->whereBetween('action_date',[$checkout_start, $checkout_end])
->pluck('item_id');

$assets->whereIn('id',$actionlogassets);
$assets->whereIn('assets.id',$actionlogassets);
}

if (($request->filled('checkin_date_start'))) {
Expand Down

0 comments on commit 4f10adf

Please sign in to comment.