Skip to content
Extraits de code Groupes Projets
Valider 689b77c0 rédigé par Mohamed Lemine BAILLAHI's avatar Mohamed Lemine BAILLAHI
Parcourir les fichiers

Merge branch 'MS-143' into 'develop'

number of articles fixed in client usercart

Closes MS-143

See merge request !510
parents c6c41dd9 a1f95b06
Branches
1 requête de fusion!510number of articles fixed in client usercart
......@@ -123,7 +123,9 @@ export default function UserCartTableRow({
/>
</TableCell>
<TableCell align="center"> {client.clientDTO.phoneNumber} </TableCell>
<TableCell align="center"> {client.itemsCount} </TableCell>
<TableCell align="center">
{client.productDetailsCartDTOS.reduce((total, item) => total + item.quantity, 0)}
</TableCell>
<TableCell> {fCurrency(client.subTotalPrice)} </TableCell>
<TableCell align="right" sx={{ px: 1, whiteSpace: "nowrap" }}>
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter