@@ -696,7 +696,6 @@ $this->setPageTitle('Distributions') ; | |||
</td> | |||
<td> | |||
{{ product.name }} | |||
<template v-if="product.weight">({{ product.weight }} g)</template> | |||
</td> | |||
<td class="price"> | |||
<div v-show="vatMode == 'all'" class="input-group"> |
@@ -8,7 +8,6 @@ version( | |||
[ | |||
], | |||
[ | |||
"[Admin] Distributions > formulaire commande : ajout du poids au nom des produits", | |||
"[Admin] Distribution > exports : ouverture dans un nouvel onglet", | |||
] | |||
], |