Просмотр исходного кода

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

feature/souke
Guillaume 1 год назад
Родитель
Сommit
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'],

Загрузка…
Отмена
Сохранить