added totalQuantity in stock page
This commit is contained in:
@@ -43,9 +43,8 @@
|
||||
<td>{{ product.caliber }}</td>
|
||||
<td>{{ product.weight }}</td>
|
||||
<td>{{ product.duration }}</td>
|
||||
<td> Quantité totale ??? </td>
|
||||
<td>{{ product.totalQuantity }}</td>
|
||||
<td>{{ product.minimalQuantity }}</td>
|
||||
|
||||
<td>
|
||||
<div style="justify-content: center; display: flex">
|
||||
<nz-icon nzType="edit" nzTheme="outline" class="cursor-pointer" (click)="openEditModal(product)"></nz-icon>
|
||||
|
||||
Reference in New Issue
Block a user