Bläddra i källkod

Correctif form productFamily

feature/export_comptable
Fab 4 år sedan
förälder
incheckning
47e9ab8d12
1 ändrade filer med 2 tillägg och 4 borttagningar
  1. +2
    -4
      ShopBundle/Resources/views/backend/productfamily/panel_products.html.twig

+ 2
- 4
ShopBundle/Resources/views/backend/productfamily/panel_products.html.twig Visa fil

@@ -118,10 +118,10 @@
</th>

<th v-show="behaviorCountStock== 'by-product'">
Stock
</th>
<th v-show="behaviorCountStock== 'by-product'">
Stock par défaut
</th>
<th colspan="2" class="" v-show="behaviorExpirationDate== 'by-product'">
<span style="text-transform: uppercase"> ${typeExpirationDate}</span>
@@ -186,10 +186,8 @@
</th>

<th v-show="behaviorCountStock== 'by-product'">
Stock
</th>
<th v-show="behaviorCountStock== 'by-product'">
Stock par défaut
</th>
<th colspan="2" class="" v-show="behaviorExpirationDate== 'by-product'">
${propertyExpirationDate}

Laddar…
Avbryt
Spara