This commit is contained in:
@@ -54,7 +54,7 @@ namespace Sockeye.Models
|
||||
public string Notes { get; set; }
|
||||
public bool RenewNoticeSent { get; set; } = false;
|
||||
public int Quantity { get; set; } = 1;
|
||||
public string VendorData { get; set; }
|
||||
public long? VendorNotificationId { get; set; }
|
||||
public bool Processed { get; set; } = false;//indicates it was fully processed and need not be processed by purchase or license generating jobs (all imported data set to processed)
|
||||
public string Wiki { get; set; }
|
||||
public List<string> Tags { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user