react-version #1

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

View File

@@ -93,7 +93,7 @@ public class InventoryController : Controller {
yup = true; yup = true;
} }
return lst.Take(AMOUNT); return lst;
} }
// Inventory/Delete => Décrémenter un produit. // Inventory/Delete => Décrémenter un produit.