Переглянути джерело

[Administration] Gestion des accessoires

feature/rotating_product
Guillaume Bourgeois 5 місяці тому
джерело
коміт
ed750427c2
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php Переглянути файл

@@ -709,7 +709,7 @@ $this->setPageTitle('Distributions') ;
<tbody>
<tr v-for="product in products" v-if="product.status >= 0 || order.productOrder[product.id].quantity > 0" :class="(order.productOrder[product.id].quantity > 0) ? 'product-ordered' : ''">
<td>
<span class="label label-success" v-if="loadingUpdateProductOrder || order.productOrder[product.id].active">Actif</span>
<span class="label label-success" v-if="order.productOrder[product.id].active">Actif</span>
<span class="label label-danger" v-else>Inactif</span>
</td>
<td>

Завантаження…
Відмінити
Зберегти