Added next due date to models and tables for tasks
This commit is contained in:
@ -32,7 +32,7 @@ namespace Fab2ApprovalSystem.ViewModels
|
||||
public DateTime? ExpirationDate { get; set; }
|
||||
[DisplayFormat(DataFormatString = "{0:MM/dd/yyyy}")]
|
||||
public DateTime? ExtensionDate { get; set; }
|
||||
|
||||
public DateTime? NextDueDate { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user