소스 검색

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

Loading…
취소
저장