updated enforcement listed building using pinswg_startdates
This commit is contained in:
@@ -283,7 +283,9 @@ let MakeRepresentation = (props) => {
|
||||
detailsObj.pinswg_endofrepresentationperiod
|
||||
).setHours(23, 59, 59, 999)
|
||||
)))
|
||||
: ((startDate = new Date(detailsObj.pinswg_startdate)),
|
||||
: ((startDate = new Date(
|
||||
detailsObj.pinswg_startdate || detailsObj.pinswg_startdates
|
||||
)),
|
||||
(questionnaireDate = new Date(
|
||||
new Date(detailsObj.pinswg_questionnaireduedate).setHours(
|
||||
23,
|
||||
|
||||
Reference in New Issue
Block a user