From 858dbf2fb569c2d0196698afb548036d4c949c38 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 5 Aug 2022 15:40:01 +0800 Subject: [PATCH] update pi export --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 6c8f2857..29a7d246 100644 --- a/routes/web.php +++ b/routes/web.php @@ -196,7 +196,7 @@ Route::get('/transactions/supplier/{id}/mock_up', 'Transactions\DownloadMockUpWh Route::get('/notifications/list', 'Notifications\ListNotificationsController@list')->name('notifications.list'); Route::get('/supplier/pi/export', function(){ - $groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 4)->whereYear('created_at', 2022)->get(); + $groups = \App\Models\Group::where('issuer', 2210)->whereMonth('created_at', 5)->whereYear('created_at', 2022)->get(); echo ''; $i = 0;