Fix: Revert auf JS printDiv für fehlerfreie und performante Druckvorschau ohne Hintergrund
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 39s
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 39s
This commit is contained in:
@@ -434,7 +434,7 @@ window.renderAllBarcodes = function() {
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Schließen</button>
|
||||
<button type="button" class="btn btn-primary" onclick="window.print()"><i class="fas fa-print me-2"></i>Jetzt drucken</button>
|
||||
<button type="button" class="btn btn-primary" onclick="window.printDiv('allBarcodesContainer')"><i class="fas fa-print me-2"></i>Jetzt drucken</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user