Details
-
New Feature
-
Status: Closed
-
Must
-
Resolution: Fixed
-
None
-
None
-
Low
-
Release 1.10 beta
Description
if (!order.getConcept().equals(previousOrder.getConcept())) fails with NPE, because order.setConcept(concept); is called after that. We need to change it around.