Переглянути джерело

Merge tag 'hotfix_1716' into develop

hotfix_1716
feature/rotating_product
Guillaume Bourgeois 6 місяці тому
джерело
коміт
8583537061
1 змінених файлів з 1 додано та 2 видалено
  1. +1
    -2
      producer/web/js/vuejs/order-order.js

+ 1
- 2
producer/web/js/vuejs/order-order.js Переглянути файл

@@ -197,7 +197,6 @@ var app = new Vue({
});
}


if (response.data.distribution) {
app.distribution = response.data.distribution;
}
@@ -608,7 +607,7 @@ var app = new Vue({
errorCreditMandatoryAndLimit: function() {
return this.user && (
this.pointSaleActive.credit_functioning == 'mandatory'
|| (this.pointSaleActive.credit_functioning == 'user' && this.user.credit_active)
|| (this.pointSaleActive.credit_functioning == 'user' && user.credit_active)
)
&& !this.checkCreditLimit(this.order);
},

Завантаження…
Відмінити
Зберегти