Преглед изворни кода

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…
Откажи
Сачувај