Explorar el Código

[Administration] Gestion des accessoires

feature/rotating_product
Guillaume Bourgeois hace 5 meses
padre
commit
ed750427c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      backend/views/distribution/index.php

+ 1
- 1
backend/views/distribution/index.php Ver fichero

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

Cargando…
Cancelar
Guardar