1
0
Fork 0

Merge branch 'jira-5254' into 'master'

[DEV-5254] Expose last rated timestamp with other metadata

See merge request floss/liza!54
master
Corey Vollmer 2019-05-30 14:26:37 -04:00
commit e8c468a13b
1 changed files with 1 additions and 0 deletions

View File

@ -761,6 +761,7 @@ module.exports = Class( 'Server' )
agentEntityId: ( internal ) ? quote.getAgentEntityId() : 0,
startDate: quote.getStartDate(),
initialRatedDate: quote.getInitialRatedDate(),
lastPremDate: quote.getLastPremiumDate(),
quicksave: quote.getQuickSaveData(),