|
@@ -22,7 +22,7 @@ namespace Comal.Classes
|
|
|
|
|
|
public enum StockTakeStatus
|
|
|
{
|
|
|
- None,
|
|
|
+ Inactive,
|
|
|
InProgress
|
|
|
}
|
|
|
|
|
@@ -109,7 +109,7 @@ namespace Comal.Classes
|
|
|
|
|
|
[EnumLookupEditor(typeof(StockTakeStatus))]
|
|
|
[EditorSequence(11)]
|
|
|
- public StockTakeStatus StocktakeStatus { get; set; } = StockTakeStatus.None;
|
|
|
+ public StockTakeStatus StocktakeStatus { get; set; } = StockTakeStatus.Inactive;
|
|
|
|
|
|
[DateEditor]
|
|
|
[EditorSequence(12)]
|