A bug found - duplicate error when an unitload cargo inserted to the cargo manifest.
Reason: save_cargoes_xml.asp is two times called with no reason.
Fixed: save_cargoes_xml.asp added the Delete() before Insert() when m_intSKUStyle = 2.
A bug found - unable to insert a cargo by picking from the cargo database to the cargo manifest in the dataview mode.
Reason: InsertSimulationSku() made SQL error due to a missing column in VMS_SIMULATION_SKU in insert_cargoes_to_manifest.asp.
Fixed: The table [VMS_SIMULATION_SKU] dropped and created with a new column [OrientationPriority].
A bug found - unable to calculate a load including empty unitloads.
Reason: A user changed the cargo style to Shipcase and changed back to Unitload.
Fixed: Engine built with a new code to check an empty unitload and make them shipcases. Released as version 10.10.6.3.
A bug found - the cargo edit window does not work for a cargo when the cargoes with the same name exist in the cargo list already.
Reason: Copying the cargoes from the database to the cargo list did not make a new primary key (ID).
Fixed: A new way replaced to copy a cargo from the cargo database to the cargo list.
A new parameter 'Make unitloads flat top' available on the Unitload of Cargo Edit window.

Before: pallet loads are returning uneven top surfaces after they were built up by the Unit Load when the Max Weight Limit was used.
After: pallet loads are filled with even top surface.

Two new columns are available in the Excel Uploading.
UnitloadNumLayersRotatedOnPallet: A number to define the # of layers of the same cargoes rotated against the bottom layers when placed on a pallet. This is available for a Pallet Load only.
UnitloadFlatTopOnPallet: Tells the software the top of the palletload is flat or not when it is full of same cargoes. 0 = Not Allowed, 1 = Allowed. If allowed with 1, the top of the unitload will be always flat even there are more spaces to be filled. This is available for a Pallet Load only.
New Excel templates are available for download: Excel template for inch + pound and mm + kg.
Rules Window changed to display the Basic and Naming tabs only at the Unit Load,
A parameter Load weight limited only available at the Basic tab.
