Merged PR 742: #1981 Fix Checkout Review Changed Printer Type to Label

#1981 Fix Checkout Review Changed Printer Type to Label
This commit is contained in:
Nino Righi
2021-07-08 09:14:37 +00:00
committed by Lorenz Hilpert
parent cd7f371e46
commit ebf40bfe3a

View File

@@ -316,7 +316,7 @@ export class CheckoutReviewComponent {
this.uiModal.open({
content: PrintModalComponent,
data: {
printerType: 'Office',
printerType: 'Label',
print: (printer) => this.domainPrinterService.printCart({ cartId: shoppingCart.id, printer }).toPromise(),
} as PrintModalData,
});