Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging
This commit is contained in:
@@ -56,7 +56,7 @@ class ClaimRequestController extends Controller
|
|||||||
if ($request->start_date != $request->end_date) {
|
if ($request->start_date != $request->end_date) {
|
||||||
$q->where('submission_date', '<', Carbon::parse($endDate)->addDay());
|
$q->where('submission_date', '<', Carbon::parse($endDate)->addDay());
|
||||||
} else {
|
} else {
|
||||||
$q->where('submission_date', '<=', Carbon::parse($endDate));
|
$q->where('submission_date', '=', Carbon::parse($endDate));
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user