Many:One field not showing in Editview

I added the Intern field to my Timesheet module’s edit view with Studio, but it shows no field next to intern https://i.imgur.com/Amgv0zU.png

Here is what it looks like in Studio https://i.imgur.com/vKWBM13.png

In code, in editviewdefs.php:

array (
            'name' => 'time_monthlytimesheet_intrn_interns_name',
            'label' => 'LBL_TIME_MONTHLYTIMESHEET_INTRN_INTERNS_FROM_INTRN_INTERNS_TITLE',
          ),

Im running SuiteCRM locally: Windows 7, Apache, PHP 7.x, MySQL, SuiteCRM 7.8.11.

Hi,
It looks as this is a Custom module. Can you please check the field definition.
What is the datatype of the field?
Is the field defined as per the SuiteCRM standards?

Thanks