This commit is contained in:
@@ -37,15 +37,13 @@ namespace AyaNova.Models
|
||||
public decimal Retail { get; set; }
|
||||
public string UnitOfMeasure { get; set; }
|
||||
public string UPC { get; set; }
|
||||
[Required]
|
||||
public bool TrackSerialNumber { get; set; }
|
||||
|
||||
|
||||
|
||||
public Part()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
Active = true;
|
||||
TrackSerialNumber = false;
|
||||
Cost = 0m;
|
||||
Retail = 0m;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user