Fixed the print view and things seem to be working now.

This commit is contained in:
2025-09-07 11:50:44 -06:00
parent b3cd1a3331
commit 459cea0c3b
11 changed files with 4055 additions and 3400 deletions

View File

@@ -1377,7 +1377,11 @@
<!-- Dashboard JavaScript -->
<script src="js/dashboard.js"></script>
<!-- Admin Cuts JavaScript -->
<!-- Admin Cuts JavaScript - Load modules first, then main file -->
<script src="js/cut-drawing.js"></script>
<script src="js/cut-location-manager.js"></script>
<script src="js/cut-print-utils.js"></script>
<script src="js/admin-cuts-manager.js"></script>
<script src="js/admin-cuts.js"></script>
<!-- Listmonk Status and Admin -->