소스 검색

[Backend] Distributions : afficher "payé/non réglé" en version mobile #968

feature/souke
Guillaume 1 년 전
부모
커밋
b8348d8dd9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      backend/views/distribution/index.php
  2. +1
    -1
      backend/web/js/vuejs/distribution-index.js

+ 1
- 1
backend/views/distribution/index.php 파일 보기

@@ -579,7 +579,7 @@ $this->setPageTitle('Distributions') ;

<span class="glyphicon glyphicon-time" title="Paiement automatique" v-if="order.auto_payment && producer && producer.credit && (order.amount_paid == 0 || order.amount_paid < order.amount)"></span>
</div>
<script type="text/x-template" id="order-form-template">
</script>

<!-- template for the order-form component -->
<script type="text/x-template" id="order-form-template">

+ 1
- 1
backend/web/js/vuejs/distribution-index.js 파일 보기

@@ -765,7 +765,7 @@ Vue.component('order-state-payment', {

Vue.component('modal', {
template: '#modal-template'
})
});

Vue.component('order-form',{
props: ['date', 'dateFormat', 'pointsSale', 'idActivePointSale', 'meansPayment', 'users', 'products', 'order', 'producer', 'loadingUpdateProductOrder'],

Loading…
취소
저장