Initial deployment

This commit is contained in:
2016-10-20 10:04:28 -04:00
parent fdc34c4ef7
commit 5fd0577529
34 changed files with 9078 additions and 3614 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ namespace InventoryTraker.Web.Migrations
RemovedQuantity = inventory.Quantity,
CurrentQuantity = 0,
Inventory = inventory,
Memo = $"Expired on {inventory.ShredReadyDate.ToShortDateString()}",
Memo = $"Shreded on {inventory.ShredReadyDate.ToShortDateString()}",
TransactionDate = dd,
Timestamp = dd
};