Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Must
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Platform 1.10.0
-
Component/s: None
-
Labels:
-
Complexity:Low
-
Sprint:Release 1.10 beta
-
Epic Link:
Description
if (!order.getConcept().equals(previousOrder.getConcept())) fails with NPE, because order.setConcept(concept); is called after that. We need to change it around.