regenerate invoices for 2023

This commit is contained in:
Omair Saleh
2023-08-16 16:47:31 +08:00
parent 2e32ce3059
commit c710b7b111
+1 -1
View File
@@ -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');