Quellcode durchsuchen

Correctif form productFamily

feature/export_comptable
Fab vor 4 Jahren
Ursprung
Commit
47e9ab8d12
1 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. +2
    -4
      ShopBundle/Resources/views/backend/productfamily/panel_products.html.twig

+ 2
- 4
ShopBundle/Resources/views/backend/productfamily/panel_products.html.twig Datei anzeigen

@@ -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}

Laden…
Abbrechen
Speichern