class Window_ShopSell < Window_ItemList
  def include?(item)
    enable?(item) && super
  end
end