convert receiptpdf

This commit is contained in:
Russ Long 2018-12-29 14:05:26 -05:00
parent 64da341fce
commit e2c97b2c7e

View File

@ -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