1
0
Fork 0

[DEV-5255] Fix setStartDate to use startData

See merge request floss/liza!56
master
Mark Goldsmith 2019-06-06 16:49:45 -04:00
commit e5917418fa
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ module.exports = Class( 'Server' )
.setAgentEntityId( quote_data.agentEntityId || "" )
.setInitialRatedDate( quote_data.initialRatedDate || 0 )
.setStartDate(
quote_data.getStartDate
quote_data.startDate
|| Math.round( new Date().getTime() / 1000 )
)
.setImported( quote_data.importedInd || false )