mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#1031 Fix: Printer-Dialog an iPad erscheint nicht
This commit is contained in:
@@ -11,6 +11,9 @@ input.comment {
|
||||
font-size: inherit;
|
||||
color: #000;
|
||||
}
|
||||
input:disabled {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
input.comment:active,
|
||||
input.comment:focus {
|
||||
|
||||
@@ -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 }) => ({
|
||||
|
||||
Reference in New Issue
Block a user