Browse Source

Correectif stocks && relivraions

master
Fab 4 years ago
parent
commit
17a43bb2bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ShopBundle/Resources/views/backend/productfamily/panel_stock.html.twig

+ 1
- 1
ShopBundle/Resources/views/backend/productfamily/panel_stock.html.twig View File

{{ form_help(form.availableQuantityDefault) }} {{ form_help(form.availableQuantityDefault) }}
</div> </div>
</div> </div>
<p v-show="behaviorCountStock == '{{ constant('Lc\\ShopBundle\\Model\\ProductFamily::BEHAVIOR_COUNT_STOCK_BY_PRODUCT_FAMILY') }}' || behaviorCountStock == '{{ constant('Lc\\ShopBundle\\Model\\ProductFamily::BEHAVIOR_COUNT_STOCK_BY_MEASURE') }}' ">
<p v-show="behaviorCountStock == '{{ constant('Lc\\ShopBundle\\Model\\ProductFamily::BEHAVIOR_COUNT_STOCK_BY_PRODUCT_FAMILY') }}' || behaviorCountStock == '{{ constant('Lc\\ShopBundle\\Model\\ProductFamily::BEHAVIOR_COUNT_STOCK_BY_MEASURE') }}' || behaviorCountStock == '{{ constant('Lc\\ShopBundle\\Model\\ProductFamily::BEHAVIOR_COUNT_STOCK_UNLIMITED') }}' ">
{{ product_family_macros.total_order_product_family(totalProductOrdered['total'], entity) }} {{ product_family_macros.total_order_product_family(totalProductOrdered['total'], entity) }}
</p> </p>
</div> </div>

Loading…
Cancel
Save