1
0
Fork 0

[DEV-3393] The entity id should not be sent unless the request is

internal.
master
Joseph Frazer 2018-08-15 15:10:13 -04:00
parent 4b1fda57b8
commit 52491c1ce0
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ module.exports = Class( 'Server' )
explicitLockStepId: lock_step,
agentId: quote.getAgentId(),
agentName: quote.getAgentName(),
agentEntityId: quote.getAgentEntityId(),
agentEntityId: ( internal ) ? quote.getAgentEntityId() : 0,
startDate: quote.getStartDate(),
initialRatedDate: quote.getInitialRatedDate(),