mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix duplicated bill plz problem
This commit is contained in:
+6
-6
@@ -88,9 +88,9 @@ Route::get('/products', function (\App\Classes\Modules\Exports\Services\ExportsP
|
||||
})->name('products.random');
|
||||
|
||||
|
||||
Route::get('/duplicated_bills', function (Request $request) {
|
||||
Auth()->login(User::find(1));
|
||||
$bookings = Booking::whereIn('id', [10391, 10275, 10109, 10108, 10070, 10066, 10063, 9801, 9166, 8895, 8790, 8544, 8264, 6957, 5409, 4717])->with('transactions')->pluck('marking');
|
||||
dd($bookings);
|
||||
|
||||
})->name('x2.data');
|
||||
//Route::get('/duplicated_bills', function (Request $request) {
|
||||
// Auth()->login(User::find(1));
|
||||
// $bookings = Booking::whereIn('id', [10391, 10275, 10109, 10108, 10070, 10066, 10063, 9801, 9166, 8895, 8790, 8544, 8264, 6957, 5409, 4717])->with('transactions')->pluck('marking');
|
||||
// dd($bookings);
|
||||
//
|
||||
//})->name('x2.data');
|
||||
Reference in New Issue
Block a user