mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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:
committed by
Lorenz Hilpert
parent
cd7f371e46
commit
ebf40bfe3a
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user