mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-30 07:59:50 -08:00
Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
4f10adfb76
|
@ -696,7 +696,7 @@ class ReportsController extends Controller
|
||||||
->whereBetween('action_date',[$checkout_start, $checkout_end])
|
->whereBetween('action_date',[$checkout_start, $checkout_end])
|
||||||
->pluck('item_id');
|
->pluck('item_id');
|
||||||
|
|
||||||
$assets->whereIn('id',$actionlogassets);
|
$assets->whereIn('assets.id',$actionlogassets);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (($request->filled('checkin_date_start'))) {
|
if (($request->filled('checkin_date_start'))) {
|
||||||
|
|
Loading…
Reference in a new issue