Details
-
Fix
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Setting the end_state of an order to '(none)' submits the following command
<modify_order ... state="100"/>
it has to be:
<modify_order ... end_state=""/>
see also JS-602