mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
regenerate invoices for 2023
This commit is contained in:
+1
-1
@@ -471,7 +471,7 @@ Route::get('/invoice/fix', function(){
|
|||||||
|
|
||||||
foreach($bookings as $booking){
|
foreach($bookings as $booking){
|
||||||
GenerateInvoice::dispatch($booking);
|
GenerateInvoice::dispatch($booking);
|
||||||
return 'Invoice fixing job dispatched.';
|
echo 'Invoice fixing job dispatched.';
|
||||||
}
|
}
|
||||||
})->name('invoice.fix');
|
})->name('invoice.fix');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user