fixed errors in supplier page

This commit is contained in:
2025-11-28 09:05:30 +01:00
parent b54ba70c11
commit aae87da374

View File

@@ -23,7 +23,7 @@
<td>{{ supplier.address}}</td>
<td>{{ supplier.zipCode}}</td>
<td>{{ supplier.city}}</td>
<td>{{ supplier.deliveryDelay}}</td>
<td>{{ supplier.deliveryDelay}} jours</td>
<td>
<app-modal-button type="link" [name]="'Voir les produits'">
<nz-table [nzData]="supplier.products" [nzFrontPagination]="false">