File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
HNTAS/HNTAS.Web.UI/Controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ public IActionResult AddressManualEntry(AddressByStreetOrTownModel model)
200200 . Where ( part => ! string . IsNullOrWhiteSpace ( part ) ) ;
201201 model . Fulladdress = string . Join ( ", " , addressParts ) ;
202202 var heatNetworkLocationModel = _sessionHelper . GetFromSession < HeatNetworkLocationModel > ( HttpContext , SessionKeys . HeatNetworkLocationModelKey ) ?? new HeatNetworkLocationModel ( ) ;
203- heatNetworkLocationModel ? . HNAddressByStreet = model;
203+ heatNetworkLocationModel . HNAddressByStreet = model ;
204204 _sessionHelper . SaveToSession ( HttpContext , SessionKeys . HeatNetworkLocationModelKey , heatNetworkLocationModel ) ;
205205
206206 return RedirectToAction ( "ECCoordinates" , "Coordinates" ) ;
You can’t perform that action at this time.
0 commit comments