Configuration changes
Client
<add key="ManualSettlementEnabled" value="false"/>
Allocation service (libra or servicelayer)
<add key="ManualSettlementText" value=""/>
...
ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT NUMBER(1,0) null;
Server changes
You need to install this on the server before starting the OrderEntry server in this version.