Преглед на файлове

Merge branch 'hotfix/hotfix_1699'

master
Guillaume Bourgeois преди 6 месеца
родител
ревизия
7c7888b65b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Целия файл

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

Loading…
Отказ
Запис