Untitled
unknown
plain_text
a year ago
425 B
8
Indexable
/**
* Updates the flag Policy.PolicyFlagForBulkChangeEU``
*
*/
public void updatePolicyFlagIfNeeded(PolicyVO newPolicy) {\
PolicyHXDEVO policy = (PolicyHXDEVO) newPolicy;
if (policy.isPolicyCreatedUsingConversion()) {
return;
}
// I think we don't need the rest of the conditions, could you please test just this
policy.setPolicyFlagForBulkChangeEU(Boolean.FALSE);
}
Editor is loading...
Leave a Comment