Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2024-04-04 14:27:35 +01:00
commit 4f10adfb76

View file

@ -696,7 +696,7 @@ class ReportsController extends Controller
->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'))) {