Remove phone number from admin orders list

Im trying to remove the phone number from admin view, Screenshot by Lightshot
but cant seem to find it in the templates.

or design/backend/templates/views/orders/manage.tpl
or
/design/backend/templates/addons/my_changes

and see this [code]
{include file=“common/table_col_head.tpl” type=“order_id” text=(“id”)}


{include file=“common/table_col_head.tpl” type=“status”}


{include file=“common/table_col_head.tpl” type=“date”}


{include file=“common/table_col_head.tpl” type=“customer”}


{include file=“common/table_col_head.tpl” text=
(“phone”)}

            {hook name="orders:manage_header"}{/hook}[/code]but dont see the "phone" table ?

Please take a look