Index: branches/5.2.x/units/orders/order_manager.php =================================================================== diff -u -N -r15141 -r16035 --- branches/5.2.x/units/orders/order_manager.php (.../order_manager.php) (revision 15141) +++ branches/5.2.x/units/orders/order_manager.php (.../order_manager.php) (revision 16035) @@ -1,6 +1,6 @@ $operation['BackOrderFlag'], 'ItemData' => serialize($item_data), 'PackageNum' => $operation['PackageNum'], + 'OptionsSalt' => $operation['OptionsSalt'], ); $order_item->SetDBFieldsFromHash($fields_hash); @@ -482,4 +483,4 @@ return $this->Conn->GetRow($sql); } - } \ No newline at end of file + }