Column 'OptionType' does not belong to table Menu

When I go to Project Entry > Actions > Project > Project Revenue Recognition > Capture Project Revenue Recognition Process, I get this error.
I’m using the manager account. Does not seem to be specific to a project.
I’ve also verified this column does in-fact exist. In SQL (or baq) you can access the menu table and OptionType column like so:

SELECT OptionType, * FROM Ice.Menu

Has anyone had this and how did you overcome it?

Application Error

Exception caught in: System.Data

Error Detail

Message: Column ‘OptionType’ does not belong to table Menu.
Program: System.Data.dll
Method: CheckColumn

Client Stack Trace

at System.Data.DataRow.CheckColumn(DataColumn column)
at System.Data.DataRow.get_Item(DataColumn column)
at Ice.BO.MenuDataSet.MenuRow.get_OptionType()
at Ice.Lib.Framework.FormFunctions.GetMenuProgramAndOptions(MenuRow menuRow, Boolean& allCompany, Boolean& isBaqReport)
at Ice.Lib.Framework.FormFunctions.MenuRowHasOtherLayers(DataRow menuRow, Session session)
at Ice.Lib.Framework.FormFunctions.DetermineProgramMenuRowShouldLaunch(DataRow menuRow, Session session)
at Ice.Lib.Framework.ProcessCaller.callBaseForm(String AssemblyName, String MethodName, Boolean ReturnValue, String CurrentValue, Object LaunchObject)
at Ice.Lib.Framework.ProcessCaller.LaunchForm(Object Sender, String AssemblyName, Object launchObject)
at Erp.UI.App.ProjectEntry.ProjectEntryForm.OnClickMiscTool(String ToolKey)
at Ice.Lib.Framework.EpiBaseForm.handleToolClickInternal(String tKey, ToolClickEventArgs ea)
at Ice.Lib.Framework.EpiBaseForm.handleToolClick(String tKey, ToolClickEventArgs ea)

Fixed. The module wasn’t enabled. I was able to resolve via Menu Maintenance.