convert receiptpdf
This commit is contained in:
parent
64da341fce
commit
e2c97b2c7e
@ -216,7 +216,7 @@ class PagesController extends Controller
|
||||
$checkout_final_results = Checkout::where('checkout_id', '=', $checkoutid)
|
||||
->first();
|
||||
$bidder_num = $checkout_final_results->bidder_num;
|
||||
$checkout_list_results = WinningBids::with('items_rel')
|
||||
$checkout_list_results = WinningBids::with('items')
|
||||
->where('winning_bidder_num', '=', $bidder_num)
|
||||
->get();
|
||||
$checkout_info_results = DB::select("SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user