Added reprint for scan pallet

This commit is contained in:
dhanabalan
2025-07-29 13:56:30 +05:30
parent ab769d2287
commit a78cb75bdd
3 changed files with 59 additions and 1 deletions

View File

@@ -521,7 +521,7 @@ class PalletValidationResource extends Resource
])
->action(function (array $data) {
$selectedPalletNumber = $data['pallet_list'];
return redirect()->route('download-qr-pdf', ['palletNo' => $selectedPalletNumber]);
return redirect()->route('download-reprint-qr-pdf', ['palletNo' => $selectedPalletNumber]);
})
->visible(function() {