react-version #1

Merged
memartel_loc merged 290 commits from react-version into main 2023-11-04 09:48:15 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7447b1ad40 - Show all commits

View File

@ -118,7 +118,7 @@ public class InventoryController : Controller {
if (prod.Quantity == 0)
prod.Status = prod.Status == Product.States.Clearance?
Product.States.Discontinued:
Product.States.Unavailable;
Product.States.BackOrder;
}
else {
_logger.LogError(8, "Vente de produit pas en stock.");