Index: branches/5.2.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r14831 -r14883 --- branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14831) +++ branches/5.2.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 14883) @@ -1,6 +1,6 @@ Application->getUnitOption('orditems', 'TableName'); if ( $object->IsTempTable() ) { - $oi_table = $this->Application->GetTempName($oi_table, 'prefix' . $object->Prefix); + $oi_table = $this->Application->GetTempName($oi_table, 'prefix:' . $object->Prefix); } list ($split_shipments, $limit_types) = $this->GetShippingLimitations($ord_id);