Index: branches/5.2.x/units/sections/section_eh.php =================================================================== diff -u -N -r14258 -r14582 --- branches/5.2.x/units/sections/section_eh.php (.../section_eh.php) (revision 14258) +++ branches/5.2.x/units/sections/section_eh.php (.../section_eh.php) (revision 14582) @@ -1,6 +1,6 @@ Application->setUnitOption($event->MasterEvent->Prefix, 'Fields', array_merge($fields, $new_fields)); $new_columns = Array ( - 'BillingCountry' => Array ('title' => 'la_col_BillingCountry', 'filter_block' => 'grid_options_filter', 'width' => 250, ), - 'ShippingCountry' => Array ('title' => 'la_col_ShippingCountry', 'filter_block' => 'grid_options_filter', 'width' => 250, ), - 'PrimaryCurrencyId' => Array ('title' => 'la_col_Currency', 'filter_block' => 'grid_options_filter', 'width' => 250, ), - 'PrimaryPaymentTypeId' => Array ('title' => 'la_col_PaymentType', 'filter_block' => 'grid_options_filter', 'width' => 250, ), + 'BillingCountry' => Array ('filter_block' => 'grid_options_filter', 'width' => 250, ), + 'ShippingCountry' => Array ('filter_block' => 'grid_options_filter', 'width' => 250, ), + 'PrimaryCurrencyId' => Array ('title' => 'column:la_fld_Currency', 'filter_block' => 'grid_options_filter', 'width' => 250, ), + 'PrimaryPaymentTypeId' => Array ('title' => 'column:la_fld_PaymentType', 'filter_block' => 'grid_options_filter', 'width' => 250, ), ); $grids = $this->Application->getUnitOption($event->MasterEvent->Prefix, 'Grids');