convert reprintreceipt
This commit is contained in:
parent
8b16cef15d
commit
3abadcd3bc
@ -251,7 +251,7 @@ class PagesController extends Controller
|
|||||||
} else {
|
} else {
|
||||||
$bidnum=$reprint_receipt_req->reprintbiddernum;
|
$bidnum=$reprint_receipt_req->reprintbiddernum;
|
||||||
$checkout_result = Checkout::where('bidder_num', '=', $bidnum)
|
$checkout_result = Checkout::where('bidder_num', '=', $bidnum)
|
||||||
->get();
|
->first();
|
||||||
return redirect()->route('receiptpdf', ['checkout_id' => $checkout_result->checkout_id]);
|
return redirect()->route('receiptpdf', ['checkout_id' => $checkout_result->checkout_id]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user