mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 05:54:08 +00:00
fix daily cbm report
This commit is contained in:
@@ -44,7 +44,7 @@ class MonthlyReportController
|
||||
|
||||
return $date->isWeekday();
|
||||
|
||||
}, $to->endOfMonth());
|
||||
}, $request->route('to') ? Carbon::parse($request->route('to'))->endOfMonth() : Carbon::now()->endOfMonth());
|
||||
|
||||
return (new ApiResponseObject('fetch monthly report Successful',
|
||||
'',
|
||||
|
||||
Reference in New Issue
Block a user