Replace native confirm() with in-app dialog for cancel/delete sale
Deploy Ladill POS / deploy (push) Successful in 42s

The Cancel sale / Delete sale actions used the browser's native confirm()
('pos.ladill.com says…'). Render the store-driven ladillConfirm prompt (already
registered in app.js but never displayed) via a new partials/confirm-prompt and
have the two forms open it instead — branded, with sale-specific copy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
isaacclad
2026-06-26 08:05:02 +00:00
co-authored by Claude Opus 4.8
parent 2103708ab6
commit 09df8e181a
3 changed files with 82 additions and 2 deletions
@@ -28,5 +28,6 @@
</div>
</div>
@include('partials.afia')
@include('partials.confirm-prompt')
</body>
</html>