fix bugs on contract page
This commit is contained in:
@@ -118,6 +118,8 @@ class ContractController extends Controller
|
|||||||
$contracts[$i]['lowestcorp'] = $lowestCorp;
|
$contracts[$i]['lowestcorp'] = $lowestCorp;
|
||||||
$contracts[$i]['lowestchar'] = $lowestChar;
|
$contracts[$i]['lowestchar'] = $lowestChar;
|
||||||
|
|
||||||
|
//Reset the lowestBid back to null
|
||||||
|
$lowestBid = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Call for the view to be displayed
|
//Call for the view to be displayed
|
||||||
|
|||||||
Reference in New Issue
Block a user