From e3975b7d2e79e9f3f6088db3ec3bc184a22f7002 Mon Sep 17 00:00:00 2001 From: dadaloop82 Date: Mon, 11 May 2026 16:55:26 +0000 Subject: [PATCH] fix: editBannerNoExpiry called undefined openEditInventoryModal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace with correct editInventoryItem() call — same function used by all other banner edit handlers. --- assets/js/app.js | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/js/app.js b/assets/js/app.js index b66f872..0bbc97b 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -3941,7 +3941,7 @@ function editBannerNoExpiry() { const entry = _bannerQueue[_bannerIndex]; if (!entry || entry.type !== 'no_expiry') return; _bannerEditPending = true; - openEditInventoryModal(entry.data.id); + editInventoryItem(entry.data.id); } function editBannerReview() { diff --git a/index.html b/index.html index 890d227..9be80e4 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ EverShelf - + @@ -1469,6 +1469,6 @@ - +