fixed errors

This commit is contained in:
2025-11-30 17:37:24 +01:00
parent 9b49f5fe11
commit 837e608258
2 changed files with 1 additions and 5 deletions

View File

@@ -97,10 +97,6 @@ export class StockTable implements OnInit {
product.totalQuantity = res.totalQuantity; product.totalQuantity = res.totalQuantity;
} catch (e) { } catch (e) {
product.totalQuantity = 0; product.totalQuantity = 0;
this.notificationService.error(
'Erreur',
`Impossible de récupérer la quantité pour le produit n°${product.id}`
);
} }
} }

View File

@@ -4,7 +4,7 @@
class="mr-7"> class="mr-7">
<thead> <thead>
<tr class="text-center"> <tr class="text-center">
<th>Nom</th> <th>Prénom</th>
<th>Email</th> <th>Email</th>
<th>Fonction</th> <th>Fonction</th>
<th>Action</th> <th>Action</th>