Fixes problem where when product edit and save like
P1: qty=0; min_qty=-2;No backorders;In stock
Expected result
qty=0; min_qty=-2;No backorders;Out of Stock (as qty =0 and no backorders allowed)
Actual result
qty=0; min_qty=-2;No backorders;In stock (min_qty also is allowed for normal products, but seeing we have this new behavior I can only assume one would only want this for backorderable products)
…ormal freeze at 0
Fixes problem where when product edit and save like P1: qty=0; min_qty=-2;No backorders;In stock
Expected result qty=0; min_qty=-2;No backorders;Out of Stock (as qty =0 and no backorders allowed)
Actual result qty=0; min_qty=-2;No backorders;In stock (min_qty also is allowed for normal products, but seeing we have this new behavior I can only assume one would only want this for backorderable products)