fixed errors
This commit is contained in:
@@ -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}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user