react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
Showing only changes of commit 13c34c7215 - Show all commits

View File

@ -92,6 +92,7 @@ public class InventoryController : Controller {
if (prod.Id == lastId)
yup = true;
}
else lst = ret.Take(AMOUNT).ToList();
return lst;
}