Index: branches/5.2.x/units/orders/orders_item.php =================================================================== diff -u -N -r16242 -r16516 --- branches/5.2.x/units/orders/orders_item.php (.../orders_item.php) (revision 16242) +++ branches/5.2.x/units/orders/orders_item.php (.../orders_item.php) (revision 16516) @@ -1,6 +1,6 @@ Application->recallObject('CountryStatesHelper'); - /* @var $cs_helper kCountryStatesHelper */ $shipping_country_id = $cs_helper->getCountryStateId($this->GetDBField('ShippingCountry'), DESTINATION_TYPE_COUNTRY); $shipping_state_id = $cs_helper->getCountryStateId($this->GetDBField('ShippingState'), DESTINATION_TYPE_STATE); @@ -292,8 +292,8 @@ return; } + /** @var kDBItem $gc */ $gc = $this->Application->recallObject('gc', null, Array('skip_autoload' => true)); - /* @var $gc kDBItem */ $gc->Load($gc_id); @@ -333,8 +333,8 @@ { $gc_id = $this->GetDBField('GiftCertificateId'); + /** @var kDBItem $gc */ $gc = $this->Application->recallObject('gc', null, Array('skip_autoload' => true)); - /* @var $gc kDBItem */ $gc->Load($gc_id);