Pārlūkot izejas kodu

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

feature/souke
Guillaume pirms 1 gada
vecāks
revīzija
b8348d8dd9
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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 Parādīt failu

@@ -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 Parādīt failu

@@ -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'],

Notiek ielāde…
Atcelt
Saglabāt