Fix osai path & added job

This commit is contained in:
Lucio Maranta
2018-10-03 16:02:18 +00:00
parent e14a8cc30e
commit 7bbe923ea3
8 changed files with 106 additions and 21 deletions
@@ -301,6 +301,12 @@ namespace CMS_CORE_Library.Models
WEAR = 4
}
public enum PROGRAM_TYPE_ENUM
{
NONE = 0,
PART_PROGRAM = 1,
JOB = 2
}
public static IFormatProvider numberFormat = (NumberFormatInfo)CultureInfo.InvariantCulture.NumberFormat.Clone();
#region Cms Errors Codes