fix: editBannerNoExpiry called undefined openEditInventoryModal

Replace with correct editInventoryItem() call — same function used
by all other banner edit handlers.
This commit is contained in:
dadaloop82
2026-05-11 16:55:26 +00:00
parent 38c6c5aac3
commit e3975b7d2e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
<title>EverShelf</title>
<link rel="manifest" href="manifest.json">
<link rel="icon" type="image/png" href="assets/img/logo/logo_icon.png">
<link rel="stylesheet" href="assets/css/style.css?v=20260511b">
<link rel="stylesheet" href="assets/css/style.css?v=20260511c">
<!-- QuaggaJS for barcode scanning -->
<script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2@1.8.4/dist/quagga.min.js"></script>
<!-- @xenova/transformers: ES-module bootstrap that exposes a lazy category-classifier as window._categoryPipelinePromise -->
@@ -1469,6 +1469,6 @@
</div>
</div>
<script src="assets/js/app.js?v=20260511b"></script>
<script src="assets/js/app.js?v=20260511c"></script>
</body>
</html>