fix bugs on contract page

This commit is contained in:
2019-09-15 16:58:27 -05:00
parent fddf85e7a6
commit 6ac2db146e

View File

@@ -118,6 +118,8 @@ class ContractController extends Controller
$contracts[$i]['lowestcorp'] = $lowestCorp;
$contracts[$i]['lowestchar'] = $lowestChar;
//Reset the lowestBid back to null
$lowestBid = null;
}
//Call for the view to be displayed