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