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;
} catch (e) {
product.totalQuantity = 0;
this.notificationService.error(
'Erreur',
`Impossible de récupérer la quantité pour le produit n°${product.id}`
);
}
}