mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-22 22:14:26 +00:00
hold and release goods for delivery
This commit is contained in:
@@ -97,6 +97,14 @@ Route::get('/containers/refresh', function(){
|
||||
|
||||
})->name('containers.refresh');
|
||||
|
||||
Route::get('/deliveries/refresh', function(){
|
||||
|
||||
FetchDeliveryListFromVTPortalJob::dispatch();
|
||||
|
||||
return redirect()->back();
|
||||
|
||||
})->name('deliveries.refresh');
|
||||
|
||||
Route::get('/order/{id}/download', 'Orders\DownloadOrderQrPdfController@download')->name('order.qr.download');
|
||||
|
||||
//Route::get('/test', function(){
|
||||
|
||||
Reference in New Issue
Block a user