Index: Order.pm =================================================================== --- Order.pm (revision 770) +++ Order.pm (revision 771) @@ -91,6 +91,8 @@ 'attr' => 'google_id', 'type' => 'string', 'rusname' => 'GoogleID', + 'postshow' => 1, + 'facilshow' => 1, 'db_field' => 'google_id', 'db_type' => 'varchar(32)', }, @@ -98,6 +100,8 @@ 'attr' => 'yandex_id', 'type' => 'string', 'rusname' => 'YandexID', + 'postshow' => 1, + 'facilshow' => 1, 'db_field' => 'yandex_id', 'db_type' => 'varchar(32)', },