Update InventoryController.cs
This commit is contained in:
parent
47eb452541
commit
6f90f2746a
@ -93,7 +93,7 @@ public class InventoryController : Controller {
|
||||
yup = true;
|
||||
}
|
||||
|
||||
return lst.Take(AMOUNT);
|
||||
return lst;
|
||||
}
|
||||
|
||||
// Inventory/Delete => Décrémenter un produit.
|
||||
|
Loading…
Reference in New Issue
Block a user