Initial deployment
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user