#1031 Fix: Printer-Dialog an iPad erscheint nicht

This commit is contained in:
Lorenz Hilpert
2020-09-14 14:46:23 +02:00
parent 81b59440eb
commit bb591b8fca
2 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ input.comment {
font-size: inherit;
color: #000;
}
input:disabled {
color: #000;
}
input.comment:active,
input.comment:focus {

View File

@@ -159,7 +159,7 @@ export class ShelfOrderDetailsComponent {
} else if (status === 128) {
results = await this.detailsFacade.arrived(items, data.compartmentInfo);
if (data.shouldPrint) {
this.printAbholfachetikett(items.map(({ orderItemSubsetId }) => orderItemSubsetId));
await this.printAbholfachetikett(items.map(({ orderItemSubsetId }) => orderItemSubsetId));
}
} else {
const payloads = items.map(({ orderId, orderItemId, orderItemSubsetId }) => ({