Job Cost Adjustment Error

Trying to change the amount of labor and getting this error when trying to access the operation.

Application Error

Exception caught in: Ice.Lib.EpiClientLib

Error Detail

Message: An error occurred trying to set a value of ‘-15.63’ in an EpiNumericEditor. The controls EpiBinding is ‘LaborView.ActSetupHours’.
Inner Exception Message: The ‘Value’ property cannot be set to a value that is outside the range determined by the ‘MinValue’ and ‘MaxValue’ properties
Program: Ice.Lib.EpiClientLib.dll
Method: SetValueWithExceptionChecking

Client Stack Trace

at Ice.Lib.Framework.EpiNumericEditor.SetValueWithExceptionChecking(Object value)
at Ice.Lib.Framework.EpiNumericEditor.oDataView_EpiViewNotification(EpiDataView view, EpiNotifyArgs ar)
at Ice.Lib.Framework.EpiViewNotification.Invoke(EpiDataView view, EpiNotifyArgs args)
at Ice.Lib.Framework.EpiDataView.OnEpiViewNotification(EpiNotifyArgs e)
at Ice.Lib.Framework.EpiDataView.InnerNotify(EpiNotifyArgs args)
at Ice.Lib.Framework.EpiDataView.Notify(EpiNotifyArgs args)
at Ice.Lib.Framework.EpiUltraCombo.updateDataSource(Object sender, Boolean forceUpdate)

Inner Exception

The ‘Value’ property cannot be set to a value that is outside the range determined by the ‘MinValue’ and ‘MaxValue’ properties

at Infragistics.Win.UltraWinEditors.UltraNumericEditor.set_Value(Object value)
at Ice.Lib.Framework.EpiNumericEditor.SetValueWithExceptionChecking(Object value)

I would guess that you cannot put a negative value in that field.