mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
committed by
Günther Schmidlehner
parent
7b08134bc7
commit
9449a90ec8
@@ -62,7 +62,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="product.inStock > 0" class="actions">
|
||||
<div *ngIf="product.inStock > 0 && product.remissionQuantity > 0" class="actions">
|
||||
<app-button (action)="openRemitProductPartiallyDialog()">Remi-Menge / Platzierung ändern</app-button>
|
||||
<app-button outline="true" (action)="openRemitProductDialog()">Remittieren</app-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user