1
0
Fork 0

[DEV-5255] Fix setStartDate to use startData

master
Mark Goldsmith 2019-06-06 15:29:01 -04:00
parent 8285fe629c
commit 6e65b1f1e6
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 )