Update InventoryController.cs
This commit is contained in:
		| @@ -79,7 +79,7 @@ public class InventoryController : Controller { | ||||
|         if (order.Contains("Desc")) { | ||||
|             if (!lastId.HasValue) | ||||
|                 lastId = _context.Products.Max(x => x.Id); | ||||
|             ret = ret.Where(x => x.Id < lastId && x.Id > lastId - 5) | ||||
|             ret = ret.Where(x => x.Id < lastId && x.Id > lastId - 5); | ||||
|         } else { | ||||
|             if (!lastId.HasValue) | ||||
|                 lastId = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user