InventoryType from XML
Transaction updates
This commit is contained in:
@@ -24,7 +24,7 @@ namespace InventoryTraker.Web.Tests.Models
|
||||
{
|
||||
AddedDate = DateTime.Today,
|
||||
ExpirationDate = DateTime.Today.AddDays(3),
|
||||
InventoryTypeId = "1",
|
||||
InventoryTypeId = 1,
|
||||
Memo = "My Memo",
|
||||
Quantity = 32
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user