mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
disable print for b2b order
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
{{ displayOrder?.buyer | buyerName }}
|
||||
</div>
|
||||
<div class="grow"></div>
|
||||
<button class="cta-print" (click)="openPrintModal(displayOrder.id)">Drucken</button>
|
||||
<button [disabled]="displayOrder?.features?.orderType === 'B2B-Versand'" class="cta-print" (click)="openPrintModal(displayOrder.id)">
|
||||
Drucken
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
||||
@@ -66,6 +66,10 @@
|
||||
.cta-print {
|
||||
@apply bg-transparent text-brand font-bold text-xl outline-none border-none pr-0;
|
||||
}
|
||||
|
||||
.cta-print:disabled {
|
||||
@apply text-cool-grey;
|
||||
}
|
||||
}
|
||||
|
||||
.top-line {
|
||||
|
||||
Reference in New Issue
Block a user