mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1495: #3875 Display Estimated Shipping Date if orderType is not 1
#3875 Display Estimated Shipping Date if orderType is not 1
This commit is contained in:
committed by
Lorenz Hilpert
parent
7f37771dc7
commit
a57ccbe4c2
@@ -74,10 +74,16 @@
|
||||
|
||||
<ng-template #showBranch>
|
||||
<div class="label-value">
|
||||
<div class="label">Zielfiliale</div>
|
||||
<div class="value">{{ item.targetBranch }}</div>
|
||||
<ng-container *ngIf="item.orderType === 1; else showDelivery">
|
||||
<div class="label">Zielfiliale</div>
|
||||
<div class="value">{{ item.targetBranch }}</div>
|
||||
</ng-container>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template #showDelivery>
|
||||
<div class="label">Versanddatum</div>
|
||||
<div class="value">{{ item?.estimatedShippingDate | date: 'dd.MM.yy | HH:mm' }} Uhr</div>
|
||||
</ng-template>
|
||||
</div>
|
||||
<div class="extended-informations">
|
||||
<div *ngIf="showInStock" class="item-stock">
|
||||
|
||||
Reference in New Issue
Block a user