fix: editBannerNoExpiry called undefined openEditInventoryModal
Replace with correct editInventoryItem() call — same function used by all other banner edit handlers.
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user