Index: branches/5.2.x/units/addresses/addresses_list.php =================================================================== diff -u -N -r14258 -r15141 --- branches/5.2.x/units/addresses/addresses_list.php (.../addresses_list.php) (revision 14258) +++ branches/5.2.x/units/addresses/addresses_list.php (.../addresses_list.php) (revision 15141) @@ -1,6 +1,6 @@ Application->recallObject('ord'); + $order = $this->Application->recallObject('ord'); foreach ($order_fields as $order_field) { $order->SetDBField($to_address_type.$order_field, $this->GetDBField($order_field) ); }