Create a new plugin file with any name, and paste this, OR, paste this right into the plugin that you already have:
/*: * @target MZ */ Window_ItemList.prototype.needsNumber = function(/* item */) { return false; };
works perfectly! Thanks so much